mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
This commit is contained in:
parent
1cabbb721a
commit
bc62910bdd
1 changed files with 2 additions and 2 deletions
|
@ -932,14 +932,14 @@ (define-public rust-blowfish-0.9
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue