mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: botan: Update to 2.19.3.
* gnu/packages/crypto.scm (botan): Update to 2.19.3.
This commit is contained in:
parent
187880b814
commit
885903e2f6
1 changed files with 2 additions and 2 deletions
|
@ -953,14 +953,14 @@ (define-public rhash
|
|||
(define-public botan
|
||||
(package
|
||||
(name "botan")
|
||||
(version "2.19.2")
|
||||
(version "2.19.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://botan.randombit.net/releases/"
|
||||
"Botan-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xad3fa96l6x3azxs2gbz5jfqm2drfv9y9idhf5wvdf62mvg3x9s"))))
|
||||
"0m9dh00zibx13pbjij8lbncf86pix3cxklxmgl47z965k7rlgq6s"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue