mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
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:
parent
fc029fc207
commit
0b0642eaae
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue