gnu: botan: Update to 2.12.1.
* gnu/packages/crypto.scm (botan): Update to 2.12.1.
This commit is contained in:
parent
f3415ba511
commit
64bef450d9
1 changed files with 3 additions and 3 deletions
|
|
@ -734,14 +734,14 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R
|
||||||
(define-public botan
|
(define-public botan
|
||||||
(package
|
(package
|
||||||
(name "botan")
|
(name "botan")
|
||||||
(version "2.7.0")
|
(version "2.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://botan.randombit.net/releases/"
|
(uri (string-append "https://botan.randombit.net/releases/"
|
||||||
"Botan-" version ".tgz"))
|
"Botan-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"142aqabwc266jxn8wrp0f1ffrmcvdxwvyh8frb38hx9iaqazjbg4"))))
|
"1ada3ga7b0z4m0vjmxlvfi4nsic2l8kjcy85jwss3z2i58a5y0vy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
|
||||||
Reference in a new issue