mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: rust-itertools: Update to 0.10.5.
* gnu/packages/crates-io.scm (rust-itertools-0.10): Update to 0.10.5.
This commit is contained in:
parent
2278caa480
commit
1c4bf48e52
1 changed files with 2 additions and 2 deletions
|
@ -28427,14 +28427,14 @@ (define-public rust-iso8601-0.3
|
|||
(define-public rust-itertools-0.10
|
||||
(package
|
||||
(name "rust-itertools")
|
||||
(version "0.10.3")
|
||||
(version "0.10.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "itertools" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1qy55fqbaisr9qgbn7cvdvqlfqbh1f4ddf99zwan56z7l6gx3ad9"))))
|
||||
(base32 "0ww45h7nxx5kj6z2y6chlskxd1igvs4j507anr6dzg99x1h25zdh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue