gnu: Remove rust-itertools-0.6.
* gnu/packages/crates-io.scm (rust-itertools-0.6): Delete variable. Change-Id: Iba761e7db4b8551d33092f1fe7bd54ccc2cf0adfmaster
parent
394758a480
commit
84494e2695
|
@ -39410,27 +39410,6 @@ functions, and macros.")
|
|||
(("rust-permutohedron" ,rust-permutohedron-0.2)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.5))))))
|
||||
|
||||
(define-public rust-itertools-0.6
|
||||
(package
|
||||
(inherit rust-itertools-0.10)
|
||||
(name "rust-itertools")
|
||||
(version "0.6.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "itertools" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08fx60wxmjakssqn3w9045dasqvaf1gmgzg5kag062k9l56vxwnk"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-either" ,rust-either-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-permutohedron" ,rust-permutohedron-0.2)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.4))))))
|
||||
|
||||
(define-public rust-itertools-0.5
|
||||
(package
|
||||
(inherit rust-itertools-0.7)
|
||||
|
|
Reference in New Issue