mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public s2n
|
|||
(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 @@ (define-public s2n
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"14dhdddlph36nshdkh0v33718hxjx5vxqxmkw7707393q0qrgipw"))))
|
||||
"15fr6zwglw74x5qd090752kqn7n3cyi4gmz94ip45g3hflschxd3"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue