GNU bug report logs -
#55482
[PATCH] gnu: botan: Update to 2.19.1.
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Tue, 17 May 2022 14:06:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crypto.scm (botan): Update to 2.19.1.
---
gnu/packages/crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
I tested this change by building Botan's two dependent packages on
x86_64 Linux, and everything looked good.
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index f938d3c115..25aa745b7e 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -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
--
2.36.0
This bug report was last modified 3 years and 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.