mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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:
parent
3fa7910d01
commit
d0f9dd2c4c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue