mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: wolfssl: Update to 4.8.1.
* gnu/packages/tls.scm (wolfssl): Update to 4.8.1.
This commit is contained in:
parent
a47ce1e0e7
commit
1eaf8eb7eb
1 changed files with 2 additions and 2 deletions
|
@ -1178,7 +1178,7 @@ (define-public s2n
|
|||
(define-public wolfssl
|
||||
(package
|
||||
(name "wolfssl")
|
||||
(version "4.8.0")
|
||||
(version "4.8.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1187,7 +1187,7 @@ (define-public wolfssl
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1w9gs9cq2yhj5s3diz3x1l15pgrc1pbm00jccizvcjyibmwyyf2h"))))
|
||||
"0w5pd40j6h4j2f0b7c2n1n979y9qk8aln3ss2gb0jfsid1hrmx5k"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue