mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: rust-foldhash-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-foldhash-0.1): Update to 0.1.4. Change-Id: Ia0a7d7f0fcfe53c7d767281067d625343a323d7f
This commit is contained in:
parent
cd2f8027fb
commit
3bd2596f68
1 changed files with 2 additions and 2 deletions
|
@ -29359,14 +29359,14 @@ (define-public rust-fnv-1
|
|||
(define-public rust-foldhash-0.1
|
||||
(package
|
||||
(name "rust-foldhash")
|
||||
(version "0.1.3")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "foldhash" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "18in1a8mjcg43pfrdkhwzr0w988zb2bmb6sqwi07snjlkhvcc7pq"))))
|
||||
(base32 "0vsxw2iwpgs7yy6l7pndm7b8nllaq5vdxwnmjn1qpm5kyzhzvlm0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-ahash" ,rust-ahash-0.8)
|
||||
|
|
Loading…
Reference in a new issue