gnu: botan: Update to 2.12.1.

* gnu/packages/crypto.scm (botan): Update to 2.12.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-08 23:40:47 +01:00
parent f3415ba511
commit 64bef450d9
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -734,14 +734,14 @@ (define-public rhash
(define-public botan
(package
(name "botan")
(version "2.7.0")
(version "2.12.1")
(source (origin
(method url-fetch)
(uri (string-append "https://botan.randombit.net/releases/"
"Botan-" version ".tgz"))
"Botan-" version ".tar.xz"))
(sha256
(base32
"142aqabwc266jxn8wrp0f1ffrmcvdxwvyh8frb38hx9iaqazjbg4"))))
"1ada3ga7b0z4m0vjmxlvfi4nsic2l8kjcy85jwss3z2i58a5y0vy"))))
(build-system gnu-build-system)
(arguments
'(#:phases