gnu: botan: Update to 2.19.1.

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

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Jack Hill 2022-05-17 10:05:12 -04:00 committed by Maxim Cournoyer
parent 665dd8211c
commit 423a3a6b6a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -946,14 +946,14 @@ (define-public rhash
(define-public botan
(package
(name "botan")
(version "2.18.2")
(version "2.19.1")
(source (origin
(method url-fetch)
(uri (string-append "https://botan.randombit.net/releases/"
"Botan-" version ".tar.xz"))
(sha256
(base32
"0zih8agygp39ff0dwi3fv8y7dnnzpz3y86kcgjbhzlxry49kn6jl"))))
"0q2mzzg0a40prp9gwjk7d9fn8kwj6z2x6h6mzlm0hr6sxz7h0vp2"))))
(build-system gnu-build-system)
(arguments
'(#:phases