gnu: stunnel: Update to 5.44.

* gnu/packages/web.scm (stunnel): Update to 5.44.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-30 03:48:56 +01:00
parent b433baa497
commit 96a0aa108f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4896,7 +4896,7 @@ tools like SSH (Secure Shell) to reach the outside world.")
(define-public stunnel (define-public stunnel
(package (package
(name "stunnel") (name "stunnel")
(version "5.39") (version "5.44")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4904,7 +4904,7 @@ tools like SSH (Secure Shell) to reach the outside world.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vjdn32iw11zqsygwxbjmqgs4644dk3ql1h8ap890ls6a1x0i318")))) "1692y69wl7j6yjgnrrzclgzb34bxsaxjzl1dfy47vms7pdfk42lr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("openssl" ,openssl))) (inputs `(("openssl" ,openssl)))
(arguments (arguments