Archived
1
0
Fork 0

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>
This commit is contained in:
Greg Hogan 2022-04-14 16:38:55 +00:00 committed by Ludovic Courtès
parent a82b0741a3
commit bc3e32454f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1130,7 +1130,7 @@ derived from Mozilla's collection.")
(package (package
(name "s2n") (name "s2n")
; Update only when updating aws-crt-cpp. ; Update only when updating aws-crt-cpp.
(version "1.1.0") (version "1.3.10")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1139,7 +1139,7 @@ derived from Mozilla's collection.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"14dhdddlph36nshdkh0v33718hxjx5vxqxmkw7707393q0qrgipw")))) "15fr6zwglw74x5qd090752kqn7n3cyi4gmz94ip45g3hflschxd3"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags