gnu: rust-siphasher-0.3: Update to 0.3.11.

* gnu/packages/crates-io.scm (rust-siphasher-0.3): Update to 0.3.11.
[arguments]: Don't skip the build.
[cargo-inputs]: Add rust-serde-json-1.

Change-Id: Iddd919488390e0cbff69fb57fb9cca57adc0edd0
This commit is contained in:
Efraim Flashner 2024-01-18 10:56:29 +02:00
parent 3d20bf8ff6
commit 099bc25b2e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -67262,21 +67262,19 @@ (define-public rust-simple-mutex-1
(define-public rust-siphasher-0.3
(package
(name "rust-siphasher")
(version "0.3.2")
(version "0.3.11")
(source
(origin
(method url-fetch)
(uri (crate-uri "siphasher" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"08xvk3yi4vawppm1f81s4zrkksf95psz8gczh36y808candgi24f"))))
(base32 "03axamhmwsrmh0psdw3gf7c0zc4fyl5yjxfifz9qfka6yhkqid9q"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-serde" ,rust-serde-1))))
`(#:cargo-inputs
(("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://docs.rs/siphasher")
(synopsis "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust")
(description "This package provides SipHash-2-4, SipHash-1-3 and 128-bit