guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: stunnel: Update to 5.66.


From: guix-commits
Subject: 04/08: gnu: stunnel: Update to 5.66.
Date: Wed, 14 Sep 2022 17:38:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c70f881aac842bb0abdcc7953cc9b560267550c5
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Sep 13 20:35:40 2022 +0000

    gnu: stunnel: Update to 5.66.
    
    * gnu/packages/web.scm (stunnel): Update to 5.66.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 5dbec6e8bc..13fe4cd2b1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5800,14 +5800,14 @@ tools like SSH (Secure Shell) to reach the outside 
world.")
 (define-public stunnel
   (package
   (name "stunnel")
-  (version "5.61")
+  (version "5.66")
   (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.stunnel.org/downloads/stunnel-";
                           version ".tar.gz"))
       (sha256
-       (base32 "0yjx07r5wc987s4z0wm37381fa3az2s4mrhyjxypx3rd92k0rsli"))))
+       (base32 "172pkzp8qilj0gd92bhdi96739gjpgbcav5c7a4gd98s9mq7i0am"))))
   (build-system gnu-build-system)
   (arguments
    (list #:configure-flags



reply via email to

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