mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: rust-rsa-0.9: Update to 0.9.7.
* gnu/packages/crates-crypto.scm (rust-rsa-0.9): Update to 0.9.7. Change-Id: Ic95738a7fdf17783a1aeaf184bc29d0425e3f675
This commit is contained in:
parent
edefe4a4ef
commit
b29eb44458
1 changed files with 2 additions and 2 deletions
|
@ -5087,14 +5087,14 @@ (define-public rust-ripemd-0.1
|
|||
(define-public rust-rsa-0.9
|
||||
(package
|
||||
(name "rust-rsa")
|
||||
(version "0.9.6")
|
||||
(version "0.9.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rsa" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1z0d1aavfm0v4pv8jqmqhhvvhvblla1ydzlvwykpc3mkzhj523jx"))))
|
||||
"06amqm85raq26v6zg00fbf93lbj3kx559n2lpxc3wrvbbiy5vis7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue