diff options
author | Jack Hill <jackhill@jackhill.us> | 2022-11-14 13:44:22 -0500 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-11-17 12:00:32 +0000 |
commit | e5497d09a1f349fdc3517a280d4fa08bd7afca89 (patch) | |
tree | cd4baf0565d66d08c897771731dfebaad4714b76 | |
parent | 35ef5fca0ac997680e47942e25f403fb3ec54c7d (diff) |
gnu: botan: Update to 2.19.2
* gnu/packages/crypto.scm (botan): Update to 2.19.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | gnu/packages/crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index e63ed011aa..821e78d55a 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -953,14 +953,14 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R (define-public botan (package (name "botan") - (version "2.19.1") + (version "2.19.2") (source (origin (method url-fetch) (uri (string-append "https://botan.randombit.net/releases/" "Botan-" version ".tar.xz")) (sha256 (base32 - "0q2mzzg0a40prp9gwjk7d9fn8kwj6z2x6h6mzlm0hr6sxz7h0vp2")))) + "0xad3fa96l6x3azxs2gbz5jfqm2drfv9y9idhf5wvdf62mvg3x9s")))) (build-system gnu-build-system) (arguments (list |