mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: rust-itertools-0.10: Update to 0.10.1.
* gnu/packages/crates-io.scm (rust-itertools-0.10): Update to 0.10.1. [arguments]: Do not skip build; add rust-criterion-0.3, rust-paste-1, rust-permutohedron-0.2, rust-quickcheck-0.9, and rust-rand-0.7 to development inputs.
This commit is contained in:
parent
624551b138
commit
20a55a50c7
1 changed files with 10 additions and 5 deletions
|
@ -29815,19 +29815,24 @@ (define-public rust-iso8601-0.1
|
|||
(define-public rust-itertools-0.10
|
||||
(package
|
||||
(name "rust-itertools")
|
||||
(version "0.10.0")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "itertools" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "06dkghwi1a6ah2103gibxnr2ys762m5x4rp75x0q43imis8p5m9p"))))
|
||||
(base32 "1bsyxnm20x05rwc5qskrqy4cfswrcadzlwc26dkqml6hz64vipb9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-either" ,rust-either-1))))
|
||||
`(#:cargo-inputs
|
||||
(("rust-either" ,rust-either-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.3)
|
||||
("rust-paste" ,rust-paste-1)
|
||||
("rust-permutohedron" ,rust-permutohedron-0.2)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.9)
|
||||
("rust-rand" ,rust-rand-0.7))))
|
||||
(home-page "https://github.com/rust-itertools/itertools")
|
||||
(synopsis "Extra iterator adaptors, methods, free functions, and macros")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue