guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: stunnel: Update to 5.55.


From: guix-commits
Subject: 11/11: gnu: stunnel: Update to 5.55.
Date: Tue, 18 Jun 2019 00:16:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1e609b78c7f35fc6230638e2e24f57ab2715d9f2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 18 00:29:28 2019 +0200

    gnu: stunnel: Update to 5.55.
    
    * gnu/packages/web.scm (stunnel): Update to 5.55.
---
 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 1ed113c..1d9190e 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.



reply via email to

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