guix-commits
[Top][All Lists]
Advanced

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

69/99: gnu: rust-crc-catalog-1: Order alphabetically.


From: guix-commits
Subject: 69/99: gnu: rust-crc-catalog-1: Order alphabetically.
Date: Tue, 24 Dec 2024 12:51:24 -0500 (EST)

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

commit e4bf2c08ad6e86b18e9acf102cded93eeaa32984
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Dec 24 16:32:33 2024 +0100

    gnu: rust-crc-catalog-1: Order alphabetically.
    
    * gnu/packages/crates-io.scm (rust-crc-catalog-1): Order.
    
    Change-Id: I4ad481545e530c5ae917d532ae8727c86e8c70be
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8dc6f2e7de..5d79a0f2f0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18428,6 +18428,18 @@ final xor value.  It has many built-in CRC functions.")
 http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust 
structs.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-crc-catalog-1
+  (package
+    (inherit rust-crc-catalog-2)
+    (name "rust-crc-catalog")
+    (version "1.1.1")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "crc-catalog" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32 
"00qlxgzg15fnyx6nwviibz94rjw803l2avi2k3shjfx0dnsyvbnc"))))))
+
 (define-public rust-crc32fast-1
   (package
     (name "rust-crc32fast")
@@ -18482,18 +18494,6 @@ http://reveng.sourceforge.net/crc-catalogue) expressed 
as simple Rust structs.")
        (sha256
         (base32 "0469vp0q9431pqx1236g60if5q3xyxpv4h14smkd45dfzsa6aqjm"))))))
 
-(define-public rust-crc-catalog-1
-  (package
-    (inherit rust-crc-catalog-2)
-    (name "rust-crc-catalog")
-    (version "1.1.1")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "crc-catalog" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32 
"00qlxgzg15fnyx6nwviibz94rjw803l2avi2k3shjfx0dnsyvbnc"))))))
-
 (define-public rust-criterion-0.5
   (package
     (name "rust-criterion")



reply via email to

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