guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/88: gnu: stunnel: Update to 5.53.


From: guix-commits
Subject: 26/88: gnu: stunnel: Update to 5.53.
Date: Wed, 10 Apr 2019 23:44:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 20d509643ca1b135e11d75fae912dafe959e8d46
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 11 03:51:04 2019 +0200

    gnu: stunnel: Update to 5.53.
    
    * gnu/packages/web.scm (stunnel): Update to 5.53.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7d0afe6..49a382a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4782,14 +4782,14 @@ tools like SSH (Secure Shell) to reach the outside 
world.")
 (define-public stunnel
   (package
   (name "stunnel")
-  (version "5.50")
+  (version "5.53")
   (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.stunnel.org/downloads/stunnel-";
                           version ".tar.gz"))
       (sha256
-       (base32 "0j811iakljjxw39qchmqf235jdkwixb0i4xxjyi55f08558947cm"))))
+       (base32 "119560alb8k0qz2zkjb2i80ikmn76fa6dg681fvrw9hlxsb9hhw0"))))
   (build-system gnu-build-system)
   (native-inputs
    ;; For tests.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]