GNU bug report logs -
#67377
[PATCH 06/10] gnu: Add rust-indicatif 0.17.7.
Previous Next
To reply to this bug, email your comments to 67377 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67377
; Package
guix-patches
.
(Wed, 22 Nov 2023 14:31:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
gravitydiv10 <gravitydiv10 <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 22 Nov 2023 14:31:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 30b2fc786d3a65885e0c900e4e7e238ce02682c3 Mon Sep 17 00:00:00 2001
Message-ID: <30b2fc786d3a65885e0c900e4e7e238ce02682c3.1700662237.git.gravitydiv10 <at> protonmail.com>
In-Reply-To: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10 <at> protonmail.com>
References: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10 <at> protonmail.com>
From: Lu <gravitydiv10 <at> protonmail.com>
Date: Wed, 22 Nov 2023 21:59:44 +0800
Subject: [PATCH 06/10] gnu: Add rust-indicatif 0.17.7.
* gnu/packages/crates-io.scm (rust-indicatif-0.17): New variable.
Change-Id: I45fc25d97650f6ccfbebc7c60a2a13f79f5ff23c
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5e02b1cda9..abd2f3bd5f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33907,6 +33907,31 @@ (define-public rust-indicatif-0.16
Rust.")
(license license:expat)))
+(define-public rust-indicatif-0.17
+ (package
+ (inherit rust-indicatif-0.16)
+ (name "rust-indicatif")
+ (version "0.17.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "indicatif" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "098ggvg7ps4097p5n9hmb3pqqy10bi8vjfzb7pci79xrklf78a7v"))))
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-console" ,rust-console-0.15)
+ ("rust-futures-core" ,rust-futures-core-0.3)
+ ("rust-instant" ,rust-instant-0.1)
+ ("rust-number-prefix" ,rust-number-prefix-0.4)
+ ("rust-portable-atomic" ,rust-portable-atomic-1)
+ ("rust-rayon" ,rust-rayon-1)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-unicode-segmentation" ,rust-unicode-segmentation-1)
+ ("rust-unicode-width" ,rust-unicode-width-0.1)
+ ("rust-vt100" ,rust-vt100-0.15))))))
+
(define-public rust-indicatif-0.15
(package
(name "rust-indicatif")
--
2.41.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 09 Mar 2025 17:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
gravitydiv10 <gravitydiv10 <at> protonmail.com>
:
bug acknowledged by developer.
(Sun, 09 Mar 2025 17:59:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 67377-done <at> debbugs.gnu.org (full text, mbox):
> * gnu/packages/crates-io.scm (rust-indicatif-0.17): New variable.
Package already included. Closing.
This bug report was last modified 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.