guix-commits
[Top][All Lists]
Advanced

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

120/184: gnu: botan: Update to 2.12.1.


From: guix-commits
Subject: 120/184: gnu: botan: Update to 2.12.1.
Date: Wed, 27 Nov 2019 14:37:12 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 310973361867e64185bd27ad6595fc76a69e130d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 8 23:40:47 2019 +0100

    gnu: botan: Update to 2.12.1.
    
    * gnu/packages/crypto.scm (botan): Update to 2.12.1.
---
 gnu/packages/crypto.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index a8f60f1..00bb0a2 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -734,14 +734,14 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, 
BitTorrent BTIH, GOST R
 (define-public botan
   (package
     (name "botan")
-    (version "2.7.0")
+    (version "2.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://botan.randombit.net/releases/";
-                                  "Botan-" version ".tgz"))
+                                  "Botan-" version ".tar.xz"))
               (sha256
                (base32
-                "142aqabwc266jxn8wrp0f1ffrmcvdxwvyh8frb38hx9iaqazjbg4"))))
+                "1ada3ga7b0z4m0vjmxlvfi4nsic2l8kjcy85jwss3z2i58a5y0vy"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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