me
/
guix
Archived
1
0
Fork 0

gnu: rust-botan-0.10: Update to 0.10.7.

* gnu/packages/crates-crypto.scm (rust-botan-0.10): Update to 0.10.7.

Change-Id: I271ee71e11052e5437a98a2c2b571dc2493b48db
master
Efraim Flashner 2024-03-31 17:00:02 +03:00
parent 1cabbb721a
commit bc62910bdd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -932,14 +932,14 @@ and block modes.")
(define-public rust-botan-0.10
(package
(name "rust-botan")
(version "0.10.3")
(version "0.10.7")
(source (origin
(method url-fetch)
(uri (crate-uri "botan" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1vzl5pdysh848zpphsgvj9c40zdi3ynl32zzixsd8vg4vaflhb49"))))
"0gn5aznnaxwlf2500q5dk9c24sgy7dasqqzql7w86s1w3apq201m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs