guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: stunnel: Update to 5.59.


From: guix-commits
Subject: 02/05: gnu: stunnel: Update to 5.59.
Date: Tue, 6 Apr 2021 19:05:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 08512512eae2bd8b71f2e99251ee8dcadcefc1a1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 7 00:54:05 2021 +0200

    gnu: stunnel: Update to 5.59.
    
    * gnu/packages/web.scm (stunnel): Update to 5.59.
---
 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 7bc638b..fc4abfd 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5888,14 +5888,14 @@ tools like SSH (Secure Shell) to reach the outside 
world.")
 (define-public stunnel
   (package
   (name "stunnel")
-  (version "5.58")
+  (version "5.59")
   (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.stunnel.org/downloads/stunnel-";
                           version ".tar.gz"))
       (sha256
-       (base32 "0y9vjzjqi340vy6h321r1cskb7l6a4prr9d2ysixqzjpjv04rhfl"))))
+       (base32 "17yf2n47j5hw2y9527mrkx3j7q9jk5vvg46m3hgp1wg8dggpcxqk"))))
   (build-system gnu-build-system)
   (native-inputs
    ;; For tests.



reply via email to

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