gnu: Place rust-rpds-1 in alphabetical order.

gnu/packages/crates-io.scm (rust-rpds-1): Move variable.

Change-Id: I1fbc223d6c128ba27890c629b56f009625aa440d
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2024-02-18 22:02:17 +01:00 committed by Efraim Flashner
parent 02d3b97ca9
commit f30986636a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -55618,6 +55618,33 @@ (define-public rust-rowan-0.15
"This package provides a library for generic lossless syntax trees.")
(license (list license:expat license:asl2.0))))
(define-public rust-rpds-1
(package
(name "rust-rpds")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rpds" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "194hjbsicmgqi3dyllqrz09mmhh597m2j9l49lr16cyfscambqd0"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-archery" ,rust-archery-1)
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-bincode" ,rust-bincode-1)
("rust-criterion" ,rust-criterion-0.5)
("rust-pretty-assertions" ,rust-pretty-assertions-1)
("rust-rand" ,rust-rand-0.8)
("rust-static-assertions" ,rust-static-assertions-1))))
(home-page "https://github.com/orium/rpds")
(synopsis "Persistent data structures with structural sharing")
(description "This package provides support for fully persistent data
structures with structural sharing.")
(license license:mpl2.0)))
(define-public rust-rspec-1
(package
(name "rust-rspec")
@ -56426,33 +56453,6 @@ (define-public rust-rpassword-5
(("rust-libc" ,rust-libc-0.2)
("rust-winapi" ,rust-winapi-0.3))))))
(define-public rust-rpds-1
(package
(name "rust-rpds")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rpds" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "194hjbsicmgqi3dyllqrz09mmhh597m2j9l49lr16cyfscambqd0"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-archery" ,rust-archery-1)
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-bincode" ,rust-bincode-1)
("rust-criterion" ,rust-criterion-0.5)
("rust-pretty-assertions" ,rust-pretty-assertions-1)
("rust-rand" ,rust-rand-0.8)
("rust-static-assertions" ,rust-static-assertions-1))))
(home-page "https://github.com/orium/rpds")
(synopsis "Persistent data structures with structural sharing")
(description "This package provides support for fully persistent data
structures with structural sharing.")
(license license:mpl2.0)))
(define-public rust-run-script-0.10
(package
(name "rust-run-script")