diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 21:51:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 21:56:58 +0100 |
commit | e19268020f7f64ea48c74855d142ae48ba7496ac (patch) | |
tree | 1e8878a19f8fb63a06d6ee8ae006e12ae09940ed /gnu/packages/networking.scm | |
parent | 41e9104dbac7f5587675cca108285ad77494ebce (diff) | |
download | patches-e19268020f7f64ea48c74855d142ae48ba7496ac.tar patches-e19268020f7f64ea48c74855d142ae48ba7496ac.tar.gz |
gnu: socat: Update to 1.7.3.4.
* gnu/packages/networking.scm (socat): Update to 1.7.3.4.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ae131a5667..fa755fb7eb 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -178,7 +178,7 @@ residing in IPv4-only networks, even when they are behind a NAT device.") (define-public socat (package (name "socat") - (version "1.7.3.3") + (version "1.7.3.4") (source (origin (method url-fetch) (uri (string-append @@ -186,9 +186,9 @@ residing in IPv4-only networks, even when they are behind a NAT device.") version ".tar.bz2")) (sha256 (base32 - "0jnhjijyq74g3wa4ph0am83z6vq7qna7ac0xqjma8s4197z3zmhd")))) + "1z7xgnwiqpcv1j6aghhj9nqbx7cg3gpc4n9j7vi9hm7nhv5788wp")))) (build-system gnu-build-system) - (arguments '(#:tests? #f)) ;no 'check' phase + (arguments '(#:tests? #f)) ; no test suite (inputs `(("openssl" ,openssl))) (home-page "http://www.dest-unreach.org/socat/") (synopsis |