mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
819604e663
commit
93f5ffffcc
1 changed files with 8 additions and 5 deletions
|
@ -1655,16 +1655,19 @@ of cryptographic primitives.")
|
||||||
(define-public rust-crypto-mac-0.11
|
(define-public rust-crypto-mac-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-crypto-mac")
|
(name "rust-crypto-mac")
|
||||||
(version "0.11.0")
|
(version "0.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "crypto-mac" version))
|
(uri (crate-uri "crypto-mac" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "05672ncc54h66vph42s0a42ljl69bwnqjh0x4xgj2v1395psildi"))
|
||||||
"0ghh3qmjf7hv580zqdk4yrbg99v57jx773zb7lzi7j4hj24bdyi5"))))
|
(snippet
|
||||||
|
#~(begin (use-modules (guix build utils))
|
||||||
|
(substitute* "Cargo.toml"
|
||||||
|
(("\"= ?([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
|
||||||
|
(string-append "\"^" version)))))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue