all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67377] [PATCH 06/10] gnu: Add rust-indicatif 0.17.7.
@ 2023-11-22 14:21 gravitydiv10 via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: gravitydiv10 via Guix-patches via @ 2023-11-22 14:21 UTC (permalink / raw)
  To: 67377; +Cc: gravitydiv10@protonmail.com

From 30b2fc786d3a65885e0c900e4e7e238ce02682c3 Mon Sep 17 00:00:00 2001
Message-ID: <30b2fc786d3a65885e0c900e4e7e238ce02682c3.1700662237.git.gravitydiv10@protonmail.com>
In-Reply-To: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10@protonmail.com>
References: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10@protonmail.com>
From: Lu <gravitydiv10@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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-22 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22 14:21 [bug#67377] [PATCH 06/10] gnu: Add rust-indicatif 0.17.7 gravitydiv10 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.