gnu: rust-crypto-mac-0.11: Update to 0.11.1.

* gnu/packages/crates-crypto.scm (rust-crypto-mac-0.11): Update to
0.11.1.
[source]: Add snippet to allow for newer versions of dependencies.

Change-Id: I3c8f376bac882d776a4f6a658a3e339ab3874092
This commit is contained in:
Efraim Flashner 2024-12-04 11:51:29 +02:00
parent 819604e663
commit 93f5ffffcc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1655,16 +1655,19 @@ of cryptographic primitives.")
(define-public rust-crypto-mac-0.11
(package
(name "rust-crypto-mac")
(version "0.11.0")
(version "0.11.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "crypto-mac" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ghh3qmjf7hv580zqdk4yrbg99v57jx773zb7lzi7j4hj24bdyi5"))))
(base32 "05672ncc54h66vph42s0a42ljl69bwnqjh0x4xgj2v1395psildi"))
(snippet
#~(begin (use-modules (guix build utils))
(substitute* "Cargo.toml"
(("\"= ?([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
(string-append "\"^" version)))))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs