gnu: rust-universal-hash-0.5: Update to 0.5.1.

* gnu/packages/crates-io.scm (rust-universal-hash-0.5): Update to 0.5.1.
[source]: Add snippet to allow newer versions of dependencies.

Change-Id: I22cfbb7c8f39de0d5d640541732604639ff95444
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Wilko Meyer 2024-01-08 02:54:02 +01:00 committed by Efraim Flashner
parent 7bb4977851
commit 33ca19fdbc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -80995,14 +80995,18 @@ clear display in the output.")
(define-public rust-universal-hash-0.5
(package
(name "rust-universal-hash")
(version "0.5.0")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "universal-hash" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1dfqh2jnf4pz2cr9v4adpyxinz658vadlbwsjgigf6cs7jvn0cbx"))))
(base32 "1sh79x677zkncasa95wz05b36134822w6qxmi1ck05fwi33f47gw"))
(snippet
#~(begin (use-modules (guix build utils))
(substitute* "Cargo.toml"
(("=2\\.4\\.1") "^2.4.1"))))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs