me
/
guix
Archived
1
0
Fork 0

gnu: crypto++: Update to 8.5.0.

* gnu/packages/crypto.scm (crypto++): Update to 8.5.0.
[origin]: Use git-fetch and git-reference.
master
Leo Prikler 2021-03-29 17:59:47 +02:00
parent e29b1fff1d
commit 8b578c217f
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 9 additions and 6 deletions

View File

@ -773,15 +773,18 @@ data on your platform, so the seed itself will be as random as possible.
(define-public crypto++ (define-public crypto++
(package (package
(name "crypto++") (name "crypto++")
(version "8.4.0") (version "8.5.0")
(source (origin (source (origin
(method url-fetch/zipbomb) (method git-fetch)
(uri (string-append "https://cryptopp.com/cryptopp" (uri
(string-join (string-split version #\.) "") (git-reference
".zip")) (url "https://github.com/weidai11/cryptopp")
(commit
(string-append "CRYPTOPP_"
(string-replace-substring version "." "_")))))
(sha256 (sha256
(base32 (base32
"16kvfm11xv7j9a3yykzysjgw38a9b7lnc5n5x5h82g395k6ybxf0")))) "0in7rlazq91vfi519g9wr7bh87hii47cimxv7fmj0f88vhjaidq3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags