mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add rust-itertools-0.5.
* gnu/packages/crates-io.scm (rust-itertools-0.5): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7ff56a6bff
commit
810a56494a
1 changed files with 21 additions and 0 deletions
|
@ -11531,6 +11531,27 @@ (define-public rust-itertools-0.7
|
|||
(("rust-permutohedron" ,rust-permutohedron-0.2)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.5))))))
|
||||
|
||||
(define-public rust-itertools-0.5
|
||||
(package
|
||||
(inherit rust-itertools-0.7)
|
||||
(name "rust-itertools")
|
||||
(version "0.5.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "itertools" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1z4lyrakgynvhylya72qb3vizmxmd62whjmg4r8k01d4inbxccs8"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests fail to compile
|
||||
#:cargo-inputs
|
||||
(("rust-either" ,rust-either-1.5))
|
||||
#:cargo-development-inputs
|
||||
(("rust-permutohedron" ,rust-permutohedron-0.2)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.4))))))
|
||||
|
||||
(define-public rust-itertools-num-0.1
|
||||
(package
|
||||
(name "rust-itertools-num")
|
||||
|
|
Loading…
Reference in a new issue