[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: botan: Update to 2.18.2.
From: |
guix-commits |
Subject: |
01/03: gnu: botan: Update to 2.18.2. |
Date: |
Fri, 29 Oct 2021 15:16:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fea894d3270c1d768167d95e9b6c5bb8eed7291d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 29 19:41:53 2021 +0200
gnu: botan: Update to 2.18.2.
* gnu/packages/crypto.scm (botan): Update to 2.18.2.
---
gnu/packages/crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 3acd147..dd2f76d 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -932,14 +932,14 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH,
BitTorrent BTIH, GOST R
(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