mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: rust-nettle-7: Update to 7.4.0.
* gnu/packages/crates-crypto.scm (rust-nettle-7): Update to 7.4.0. Change-Id: I506bc0173b6f5c412d5d387349b9a4d7c5b614c5
This commit is contained in:
parent
29a6ab4bb1
commit
bd2fb48a4c
1 changed files with 2 additions and 2 deletions
|
@ -3231,14 +3231,14 @@ (define-public rust-md5-asm-0.4
|
||||||
(define-public rust-nettle-7
|
(define-public rust-nettle-7
|
||||||
(package
|
(package
|
||||||
(name "rust-nettle")
|
(name "rust-nettle")
|
||||||
(version "7.3.0")
|
(version "7.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "nettle" version))
|
(uri (crate-uri "nettle" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dk36l90p79c3xgmrzp8489h8dfaal0jzaid1n8n3cg7xbrwrzdr"))))
|
(base32 "0dk9rlpz4c0kf2c7298vllpnwr3lh10kkgdbslglmlz5ji5gzrj4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue