guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: stunnel: Update to 5.50.


From: guix-commits
Subject: 08/15: gnu: stunnel: Update to 5.50.
Date: Sun, 10 Mar 2019 21:28:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dbfb24824bfc7f5cfe6913ff2ec06f7a33e49895
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 11 00:56:04 2019 +0100

    gnu: stunnel: Update to 5.50.
    
    * gnu/packages/web.scm (stunnel): Update to 5.50.
---
 gnu/packages/web.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0d15981..463f18b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4764,15 +4764,14 @@ tools like SSH (Secure Shell) to reach the outside 
world.")
 (define-public stunnel
   (package
   (name "stunnel")
-  (version "5.48")
+  (version "5.50")
   (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.stunnel.org/downloads/stunnel-";
                           version ".tar.gz"))
       (sha256
-       (base32
-        "1pxqn9ixl80nrhfq12igyi874653jclji56hh9w24snf0aixa48h"))))
+       (base32 "0j811iakljjxw39qchmqf235jdkwixb0i4xxjyi55f08558947cm"))))
   (build-system gnu-build-system)
   (native-inputs
    ;; For tests.



reply via email to

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