me
/
guix
Archived
1
0
Fork 0

gnu: botan: Update to 2.12.1.

* gnu/packages/crypto.scm (botan): Update to 2.12.1.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -734,14 +734,14 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R
(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