me
/
guix
Archived
1
0
Fork 0

gnu: botan: Update to 2.18.1.

* gnu/packages/crypto.scm (botan): Update to 2.18.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Jack Hill 2021-05-21 15:40:38 -04:00 committed by Leo Famulari
parent 847af45d0e
commit 5f1c4692a5
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -944,14 +944,14 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R
(define-public botan
(package
(name "botan")
(version "2.17.3")
(version "2.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://botan.randombit.net/releases/"
"Botan-" version ".tar.xz"))
(sha256
(base32
"121vn1aryk36cpks70kk4c4cfic5g0qs82bf92xap9258ijkn4kr"))))
"0adf53drhk1hlpfih0175c9081bqpclw6p2afn51cmx849ib9izq"))))
(build-system gnu-build-system)
(arguments
'(#:phases