summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-04 00:03:13 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-04 00:45:01 +0100
commit43a5b88358333218933070332c572d5ceb524790 (patch)
tree2827a12f8743affb50ffe4a22603aeee87f1d1e8
parentd6e11acc21facb93aafd5a3e040ca85b5bcbd987 (diff)
downloadguix-43a5b88358333218933070332c572d5ceb524790.tar.gz
gnu: socat: Update to 1.7.4.1.
* gnu/packages/networking.scm (socat): Update to 1.7.4.1.
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 4dd34179f0..2f64a9c262 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -813,7 +813,7 @@ useful for making transparent firewalls.")
 (define-public socat
   (package
     (name "socat")
-    (version "1.7.3.4")
+    (version "1.7.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -821,7 +821,7 @@ useful for making transparent firewalls.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1z7xgnwiqpcv1j6aghhj9nqbx7cg3gpc4n9j7vi9hm7nhv5788wp"))))
+                "1sbmqqvni3ss9wyay6ik5v81kxffkra80mh4ypgj74g82iba5b1z"))))
     (build-system gnu-build-system)
     (arguments '(#:tests? #f))          ; no test suite
     (inputs `(("openssl" ,openssl)))