me
/
guix
Archived
1
0
Fork 0

gnu: rust-phf-0.11: Update to 0.11.2.

* gnu/packages/crates-io.scm (rust-phf-0.11): Update to 0.11.2.

Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
Change-Id: Ic1c3f2b1da5f93cb1560217ffeb69f12eca33124
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Jaeme Sifat 2023-10-29 00:27:02 -04:00 committed by Efraim Flashner
parent 69d58ba640
commit 319a132481
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -53094,14 +53094,14 @@ and graph algorithms.")
(define-public rust-phf-0.11
(package
(name "rust-phf")
(version "0.11.1")
(version "0.11.2")
(source (origin
(method url-fetch)
(uri (crate-uri "phf" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1354fbpb52cp9gs5mlkaygc5qhdx6r07rfv3xy482m4kvqsnb34j"))))
"1p03rsw66l7naqhpgr1a34r9yzi1gv9jh16g3fsk6wrwyfwdiqmd"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Doc tests fail.