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:
Efraim Flashner 2024-12-04 11:32:16 +02:00
parent 29a6ab4bb1
commit bd2fb48a4c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))