guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/62: gnu: Place rust-thousands-0.2 in alphabetical order.


From: guix-commits
Subject: 14/62: gnu: Place rust-thousands-0.2 in alphabetical order.
Date: Wed, 13 Mar 2024 16:22:16 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 9f363d9aed1d4341b77e72e9112b6623037eff36
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:12 2024 +0100

    gnu: Place rust-thousands-0.2 in alphabetical order.
    
    gnu/packages/crates-io.scm (rust-thousands-0.2): Move variable.
    
    Change-Id: I751696c30f4d4a821d9d0a5125a574d934a18116
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c2010720db..f0e8a6fc70 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37623,25 +37623,6 @@ proofs.  It automates the Fiat-Shamir transform, so 
that by using Merlin,
 non-interactive protocols can be implemented as if they were interactive.")
     (license license:expat)))
 
-(define-public rust-thousands-0.2
-  (package
-    (name "rust-thousands")
-    (version "0.2.0")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "thousands" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "0848gnkn7ah51lrx15z9zmn701ipn6gc4xbk4kfdlfahkypkpxiv"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t))
-    (home-page "https://github.com/tov/thousands-rs";)
-    (synopsis "Adds digit separators to numerals, configurably.")
-    (description "This package provides thousand separators for numerals.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-twox-hash-1
   (package
     (name "rust-twox-hash")
@@ -70064,6 +70045,25 @@ handle Unicode characters correctly.")
 @code{thiserror} crate.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-thousands-0.2
+  (package
+    (name "rust-thousands")
+    (version "0.2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "thousands" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0848gnkn7ah51lrx15z9zmn701ipn6gc4xbk4kfdlfahkypkpxiv"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t))
+    (home-page "https://github.com/tov/thousands-rs";)
+    (synopsis "Adds digit separators to numerals, configurably.")
+    (description "This package provides thousand separators for numerals.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-thread-id-4
   (package
     (name "rust-thread-id")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]