mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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:
parent
948a94d13b
commit
35ffc0d2bf
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue