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
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue