gnu: botan: Update to 2.18.2.

* gnu/packages/crypto.scm (botan): Update to 2.18.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-29 19:41:53 +02:00
parent 641fd253b8
commit fea894d327
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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