* [bug#45501] [PATCH] gnu: crypto++: Update to 8.3.0.
@ 2020-12-28 14:17 Vincent Legoll
2020-12-28 14:19 ` [bug#45501] crypto++ test suite Vincent Legoll
0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-12-28 14:17 UTC (permalink / raw)
To: 45501; +Cc: Vincent Legoll
* gnu/packages/crypto.scm (crypto++): Update to 8.3.0.
---
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 1b51366d7e..85378850ff 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.2.0")
+ (version "8.3.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
- "0n40hlz5jkvlcp9vxrj0fsrcfp7dm0zmmv6h52dx3f8i5qjf5w03"))))
+ "16jqxvsyjjpyyb89fj2h8mgb0m07vlqvggifbrk7qcqwddda2f6v"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
--
2.29.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-02 21:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-28 14:17 [bug#45501] [PATCH] gnu: crypto++: Update to 8.3.0 Vincent Legoll
2020-12-28 14:19 ` [bug#45501] crypto++ test suite Vincent Legoll
2021-01-02 21:44 ` bug#45501: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.