mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: crypto++: Update to 8.2.0.
* gnu/packages/crypto.scm (crypto++): Update to 8.2.0.
This commit is contained in:
parent
e54b381dd4
commit
7039b199a2
1 changed files with 2 additions and 2 deletions
|
@ -601,7 +601,7 @@ (define-public perl-math-random-secure
|
|||
(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 @@ (define-public crypto++
|
|||
".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"0b5qrsm4jhy4nzxgrm13nixhvbswr242plx1jw6r4sw492rqkzdv"))))
|
||||
"0n40hlz5jkvlcp9vxrj0fsrcfp7dm0zmmv6h52dx3f8i5qjf5w03"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue