guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: stunnel: Update to 5.45.


From: Tobias Geerinckx-Rice
Subject: 05/09: gnu: stunnel: Update to 5.45.
Date: Wed, 23 May 2018 09:31:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0b1e903d1edb27335a94b1886160b14b11eace2e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 23 02:55:51 2018 +0200

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



reply via email to

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