gnu: Add rust-ordermap-0.2.

* gnu/packages/crates-io.scm (rust-ordermap-0.2): New variable.

Change-Id: I022676b16717ce3bfa138ce2e3f50a4cc38669a7
This commit is contained in:
Efraim Flashner 2025-01-15 10:14:31 +02:00
parent 948a94d13b
commit 35ffc0d2bf
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -49788,6 +49788,27 @@ (define-public rust-ordermap-0.3
under its new name.")
(license (list license:asl2.0 license:expat))))
(define-public rust-ordermap-0.2
(package
(inherit rust-ordermap-0.3)
(name "rust-ordermap")
(version "0.2.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "ordermap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "12wy6zbndxp6wi5lg3dsahlfr7yh12bxrz7dpdrhxalnrfwg675q"))))
(arguments
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))
#:cargo-development-inputs (("rust-fnv" ,rust-fnv-1)
("rust-itertools" ,rust-itertools-0.5)
("rust-lazy-static" ,rust-lazy-static-0.2)
("rust-quickcheck" ,rust-quickcheck-0.4)
("rust-rand" ,rust-rand-0.3)
("rust-serde-test" ,rust-serde-test-1))))))
(define-public rust-orgize-0.9
(package
(name "rust-orgize")