gnu: rust-sec1: Update to 0.7.3.

* gnu/packages/crates-crypto.scm (rust-sec1-0.7): Update to 0.7.3.
[cargo-development-inputs]: Replace rust-hex-literal-0.3 with 0.4.

Change-Id: Ibe1037d313190c73a10e1dfe987f75ed56becc2d
This commit is contained in:
Efraim Flashner 2024-03-13 16:16:07 +02:00
parent 3fa7910d01
commit d0f9dd2c4c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4828,14 +4828,14 @@ (define-public rust-scrypt-0.8
(define-public rust-sec1-0.7
(package
(name "rust-sec1")
(version "0.7.2")
(version "0.7.3")
(source (origin
(method url-fetch)
(uri (crate-uri "sec1" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0vh4pvdfnghbjglh6k74vs93jj337jpli28bbyqr0srxh67c9bph"))))
"1p273j8c87pid6a1iyyc7vxbvifrw55wbxgr0dh3l8vnbxb7msfk"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@ -4847,7 +4847,7 @@ (define-public rust-sec1-0.7
("rust-subtle" ,rust-subtle-2)
("rust-zeroize" ,rust-zeroize-1))
#:cargo-development-inputs
(("rust-hex-literal" ,rust-hex-literal-0.3)
(("rust-hex-literal" ,rust-hex-literal-0.4)
("rust-tempfile" ,rust-tempfile-3))))
(home-page "https://github.com/RustCrypto/formats/tree/master/sec1")
(synopsis