gnu: rust-k256-0.13: Update to 0.13.4.

* gnu/packages/crates-crypto.scm (rust-k256-0.13): Update to 0.13.4.

Change-Id: I9bff58b14451aea7eabaab5a253574b51ecc7b91
This commit is contained in:
Efraim Flashner 2024-12-04 11:33:30 +02:00
parent fc029fc207
commit 0b0642eaae
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2960,14 +2960,14 @@ (define-public rust-hmac-sha1-0.1
(define-public rust-k256-0.13
(package
(name "rust-k256")
(version "0.13.3")
(version "0.13.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "k256" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0ysq18pjz040am5llgly90464x7qqq98yxfbcsladq96gsvgjvwm"))))
(base32 "06s1lxjp49zgmbxnfdy2kajyklbkl4s3jvdvy0amg552padr3qzn"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1)