diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-18 00:29:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-18 06:15:02 +0200 |
commit | 1e609b78c7f35fc6230638e2e24f57ab2715d9f2 (patch) | |
tree | d9a53d2c08a64d6d07263dfcbab7b43205ce9972 /gnu/packages | |
parent | 90d537f833a1ce89878146665b668a9927626579 (diff) | |
download | patches-1e609b78c7f35fc6230638e2e24f57ab2715d9f2.tar patches-1e609b78c7f35fc6230638e2e24f57ab2715d9f2.tar.gz |
gnu: stunnel: Update to 5.55.
* gnu/packages/web.scm (stunnel): Update to 5.55.
Diffstat (limited to 'gnu/packages')
-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 1ed113cd20..1d9190ef63 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4812,14 +4812,14 @@ tools like SSH (Secure Shell) to reach the outside world.") (define-public stunnel (package (name "stunnel") - (version "5.54") + (version "5.55") (source (origin (method url-fetch) (uri (string-append "https://www.stunnel.org/downloads/stunnel-" version ".tar.gz")) (sha256 - (base32 "00krr0h3vsyi93mqhrbgfgn8v47l4l3hzdg1ccfnpd3lqak8i1ay")))) + (base32 "0qjc0wkjf6bqz29fvwwsn9hnjhm6alsm10jcwx4jad2q3ks6kplh")))) (build-system gnu-build-system) (native-inputs ;; For tests. |