diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-14 16:38:55 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-20 23:46:43 +0200 |
commit | bc3e32454f1641281a689fdbf9f4e1493dcf2157 (patch) | |
tree | 7312731aeef730cb0bba194a199398eacd64634e /gnu | |
parent | a82b0741a34248b772e4cbf19af221fc3f286e34 (diff) | |
download | guix-bc3e32454f1641281a689fdbf9f4e1493dcf2157.tar.gz |
gnu: s2n: Update to 1.3.10.
* gnu/packages/tls.scm (s2n): Update to 1.3.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tls.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 1b9024faf5..f0595efe08 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -1130,7 +1130,7 @@ derived from Mozilla's collection.") (package (name "s2n") ; Update only when updating aws-crt-cpp. - (version "1.1.0") + (version "1.3.10") (source (origin (method git-fetch) (uri (git-reference @@ -1139,7 +1139,7 @@ derived from Mozilla's collection.") (file-name (git-file-name name version)) (sha256 (base32 - "14dhdddlph36nshdkh0v33718hxjx5vxqxmkw7707393q0qrgipw")))) + "15fr6zwglw74x5qd090752kqn7n3cyi4gmz94ip45g3hflschxd3")))) (build-system cmake-build-system) (arguments '(#:configure-flags |