diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:03:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:45:01 +0100 |
commit | 43a5b88358333218933070332c572d5ceb524790 (patch) | |
tree | 2827a12f8743affb50ffe4a22603aeee87f1d1e8 /gnu | |
parent | d6e11acc21facb93aafd5a3e040ca85b5bcbd987 (diff) | |
download | guix-43a5b88358333218933070332c572d5ceb524790.tar guix-43a5b88358333218933070332c572d5ceb524790.tar.gz |
gnu: socat: Update to 1.7.4.1.
* gnu/packages/networking.scm (socat): Update to 1.7.4.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
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))) |