guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: crypto++: Update to 8.2.0.


From: guix-commits
Subject: 05/09: gnu: crypto++: Update to 8.2.0.
Date: Wed, 19 Feb 2020 18:46:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7039b199a2fad6e2afbf8457a8505f0f157f7f83
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Feb 19 18:50:39 2020 +0100

    gnu: crypto++: Update to 8.2.0.
    
    * gnu/packages/crypto.scm (crypto++): Update to 8.2.0.
---
 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 1c665c8..5ca3ec5 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -601,7 +601,7 @@ data on your platform, so the seed itself will be as random 
as possible.
 (define-public crypto++
   (package
     (name "crypto++")
-    (version "8.0.0")
+    (version "8.2.0")
     (source (origin
               (method url-fetch/zipbomb)
               (uri (string-append "https://cryptopp.com/cryptopp";
@@ -609,7 +609,7 @@ data on your platform, so the seed itself will be as random 
as possible.
                                   ".zip"))
               (sha256
                (base32
-                "0b5qrsm4jhy4nzxgrm13nixhvbswr242plx1jw6r4sw492rqkzdv"))))
+                "0n40hlz5jkvlcp9vxrj0fsrcfp7dm0zmmv6h52dx3f8i5qjf5w03"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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