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>
This commit is contained in:
Vincent Legoll 2021-01-04 18:33:42 +01:00 committed by Efraim Flashner
parent df965a54e1
commit 324117c06b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -717,7 +717,7 @@ (define-public perl-math-random-secure
(define-public crypto++ (define-public crypto++
(package (package
(name "crypto++") (name "crypto++")
(version "8.3.0") (version "8.4.0")
(source (origin (source (origin
(method url-fetch/zipbomb) (method url-fetch/zipbomb)
(uri (string-append "https://cryptopp.com/cryptopp" (uri (string-append "https://cryptopp.com/cryptopp"
@ -725,7 +725,7 @@ (define-public crypto++
".zip")) ".zip"))
(sha256 (sha256
(base32 (base32
"16jqxvsyjjpyyb89fj2h8mgb0m07vlqvggifbrk7qcqwddda2f6v")))) "16kvfm11xv7j9a3yykzysjgw38a9b7lnc5n5x5h82g395k6ybxf0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags