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:
Efraim Flashner 2024-12-04 11:20:08 +02:00
parent edefe4a4ef
commit b29eb44458
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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