diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-30 03:48:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-30 09:25:35 +0100 |
commit | 96a0aa108f6a95f824b37417af327c980074f374 (patch) | |
tree | 83d94f5507026e240a6b4ae57cf14352fb7723f1 /gnu | |
parent | b433baa497e76433998c63349139065eece04482 (diff) |
gnu: stunnel: Update to 5.44.
* gnu/packages/web.scm (stunnel): Update to 5.44.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 93bdc84cca..e2b94508ef 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4896,7 +4896,7 @@ tools like SSH (Secure Shell) to reach the outside world.") (define-public stunnel (package (name "stunnel") - (version "5.39") + (version "5.44") (source (origin (method url-fetch) @@ -4904,7 +4904,7 @@ tools like SSH (Secure Shell) to reach the outside world.") version ".tar.gz")) (sha256 (base32 - "1vjdn32iw11zqsygwxbjmqgs4644dk3ql1h8ap890ls6a1x0i318")))) + "1692y69wl7j6yjgnrrzclgzb34bxsaxjzl1dfy47vms7pdfk42lr")))) (build-system gnu-build-system) (inputs `(("openssl" ,openssl))) (arguments |