me
/
guix
Archived
1
0
Fork 0

gnu: rust-itertools: Update to 0.10.5.

* gnu/packages/crates-io.scm (rust-itertools-0.10): Update to 0.10.5.
master
Marius Bakke 2022-12-04 00:18:49 +01:00 committed by Maxim Cournoyer
parent 2278caa480
commit 1c4bf48e52
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -28427,14 +28427,14 @@ whether or not a given path points to an executable file.")
(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