mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: stunnel: Update to 5.45.
* gnu/packages/web.scm (stunnel): Update to 5.45.
This commit is contained in:
parent
1115119202
commit
0b1e903d1e
1 changed files with 2 additions and 2 deletions
|
@ -4904,7 +4904,7 @@ (define-public httptunnel
|
|||
(define-public stunnel
|
||||
(package
|
||||
(name "stunnel")
|
||||
(version "5.44")
|
||||
(version "5.45")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4912,7 +4912,7 @@ (define-public stunnel
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1692y69wl7j6yjgnrrzclgzb34bxsaxjzl1dfy47vms7pdfk42lr"))))
|
||||
"1qrfb418skdcm7b3v30ixng1ng907f4rfv54zvgz8jwakf1l90jl"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("openssl" ,openssl)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue