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:
parent
a82b0741a3
commit
bc3e32454f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue