gnu: rust-secp256k1-0.21: Update to 0.21.3.

* gnu/packages/crates-crypto.scm (rust-secp256k1-0.21): Update to 0.21.3.

Change-Id: If9d6d7be32a9eff824e06c281596800761054c11
This commit is contained in:
Efraim Flashner 2024-12-04 11:20:53 +02:00
parent 0cead0f0be
commit 7ccc1d74dd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5468,14 +5468,14 @@ (define-public rust-sec1-0.3
(define-public rust-secp256k1-0.21
(package
(name "rust-secp256k1")
(version "0.21.2")
(version "0.21.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "secp256k1" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "09gia5hjf1hb9jgac9nzq0s0ijbsdjfflh40xw8z08avgl0q6y5b"))))
(base32 "0q0jfmnshx6xkmhb4c89s752n7ql6ik8vqj33vsh0pswfgqychlw"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs