mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-20 08:05:54 +02:00
gnu: rust-streebog-0.10: Update to 0.10.2.
* gnu/packages/crates-crypto.scm (rust-streebog-0.10): Update to 0.10.2. Change-Id: I1f054eb27586ef4110d0321468dc1a8f4d354325
This commit is contained in:
@@ -6405,14 +6405,14 @@ for the `authorized_keys` and `known_hosts` file formats.")
|
||||
(define-public rust-streebog-0.10
|
||||
(package
|
||||
(name "rust-streebog")
|
||||
(version "0.10.0")
|
||||
(version "0.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "streebog" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1w7sxj3risp0zqm6r4mc73bd3fn3bnlxi4l10gp7661i5asr6ajz"))))
|
||||
(base32 "0dnm1f3bkm8rvskvl3cvhh1f2nbrpckr8c3hw1hc7kj2ibnyczwy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
||||
Reference in New Issue
Block a user