guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: botan: Update to 2.19.1.


From: guix-commits
Subject: 01/02: gnu: botan: Update to 2.19.1.
Date: Tue, 17 May 2022 17:08:38 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 423a3a6b6a254165cd916b7808cdc1767b58c0e2
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Tue May 17 10:05:12 2022 -0400

    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>
---
 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 f938d3c115..25aa745b7e 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -946,14 +946,14 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, 
BitTorrent BTIH, GOST R
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]