diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-19 18:50:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-19 23:43:40 +0100 |
commit | 7039b199a2fad6e2afbf8457a8505f0f157f7f83 (patch) | |
tree | db6b5e93428d69511cbd70bae46a1b008f9a56ed /gnu/packages/crypto.scm | |
parent | e54b381dd4080e70fe2fca4428ea5be3ff6ba63b (diff) | |
download | patches-7039b199a2fad6e2afbf8457a8505f0f157f7f83.tar patches-7039b199a2fad6e2afbf8457a8505f0f157f7f83.tar.gz |
gnu: crypto++: Update to 8.2.0.
* gnu/packages/crypto.scm (crypto++): Update to 8.2.0.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 1c665c82bd..5ca3ec5b51 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 |