mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: rust-itertools: Update to 0.14.0.
* gnu/packages/crates-io.scm (rust-itertools-0.14): New variable. Change-Id: Ie3726345ee5e5aa4a88b57d8e1affcf234228d00
This commit is contained in:
parent
c74e72425f
commit
1359e802a7
1 changed files with 22 additions and 0 deletions
|
@ -36551,6 +36551,28 @@ in ISO/IEC 7816-4.")
|
|||
language codes.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-itertools-0.14
|
||||
(package
|
||||
(name "rust-itertools")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "itertools" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "118j6l1vs2mx65dqhwyssbrxpawa90886m3mzafdvyip41w2q69b"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-either" ,rust-either-1))))
|
||||
(home-page "https://github.com/rust-itertools/itertools")
|
||||
(synopsis
|
||||
"Extra iterator adaptors, iterator methods, free functions, and macros")
|
||||
(description
|
||||
"This package provides Extra iterator adaptors, iterator methods, free functions, and macros.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-itertools-0.13
|
||||
(package
|
||||
(name "rust-itertools")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue