guix-commits
[Top][All Lists]
Advanced

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

28/31: gnu: stunnel: Update to 5.46.


From: Tobias Geerinckx-Rice
Subject: 28/31: gnu: stunnel: Update to 5.46.
Date: Wed, 30 May 2018 22:55:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4ef1d9fd8b3567a895e938118389ed63893c3260
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu May 31 02:30:21 2018 +0200

    gnu: stunnel: Update to 5.46.
    
    * gnu/packages/web.scm (stunnel): Update to 5.46.
---
 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 549db3f..1d47aae 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4903,7 +4903,7 @@ tools like SSH (Secure Shell) to reach the outside 
world.")
 (define-public stunnel
   (package
   (name "stunnel")
-  (version "5.45")
+  (version "5.46")
   (source
     (origin
       (method url-fetch)
@@ -4911,7 +4911,7 @@ tools like SSH (Secure Shell) to reach the outside 
world.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "1qrfb418skdcm7b3v30ixng1ng907f4rfv54zvgz8jwakf1l90jl"))))
+        "1iw4gap9ysag8iww2ik029scmdllk7jdzcpnnbj7hgbl526b9akn"))))
   (build-system gnu-build-system)
   (inputs `(("openssl" ,openssl)))
   (arguments



reply via email to

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