guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: crypto++: Update to 8.4.0.


From: guix-commits
Subject: 01/02: gnu: crypto++: Update to 8.4.0.
Date: Tue, 5 Jan 2021 07:43:29 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 324117c06bb1ef6ec550bde1d407821e14735310
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Jan 4 18:33:42 2021 +0100

    gnu: crypto++: Update to 8.4.0.
    
    * gnu/packages/crypto.scm (crypto++): Update to 8.4.0.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 8226497..6683f1c 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -717,7 +717,7 @@ data on your platform, so the seed itself will be as random 
as possible.
 (define-public crypto++
   (package
     (name "crypto++")
-    (version "8.3.0")
+    (version "8.4.0")
     (source (origin
               (method url-fetch/zipbomb)
               (uri (string-append "https://cryptopp.com/cryptopp";
@@ -725,7 +725,7 @@ data on your platform, so the seed itself will be as random 
as possible.
                                   ".zip"))
               (sha256
                (base32
-                "16jqxvsyjjpyyb89fj2h8mgb0m07vlqvggifbrk7qcqwddda2f6v"))))
+                "16kvfm11xv7j9a3yykzysjgw38a9b7lnc5n5x5h82g395k6ybxf0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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