guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: socat: Update to 1.7.3.2.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: socat: Update to 1.7.3.2.
Date: Mon, 19 Feb 2018 21:02:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6080632df8109a9c95eede3ffe02b92f59b83148
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 19 22:21:34 2018 +0100

    gnu: socat: Update to 1.7.3.2.
    
    * gnu/packages/networking.scm (socat): Update to 1.7.3.2.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 0928499..bb5b740 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -139,7 +139,7 @@ residing in IPv4-only networks, even when they are behind a 
NAT device.")
 (define-public socat
   (package
     (name "socat")
-    (version "1.7.3.1")
+    (version "1.7.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -147,7 +147,7 @@ residing in IPv4-only networks, even when they are behind a 
NAT device.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1apvi7sahcl44arnq1ad2y6lbfqnmvx7nhz9i3rkk0f382anbnnj"))))
+                "0lcj6zpra33xhgvhmz9l3cqz10v8ybafb8dd1yqkwf1rhy01ymp3"))))
     (build-system gnu-build-system)
     (arguments '(#:tests? #f))                    ;no 'check' phase
     (inputs `(("openssl" ,openssl)))



reply via email to

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