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>
This commit is contained in:
Herman Rimm 2024-12-24 16:32:33 +01:00 committed by Efraim Flashner
parent 207cc64ff3
commit ff846407d6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -18450,6 +18450,18 @@ (define-public rust-crc-catalog-2
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")
@ -18504,18 +18516,6 @@ (define-public rust-crc64-1
(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")