diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 22:21:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 23:14:02 +0100 |
commit | 6080632df8109a9c95eede3ffe02b92f59b83148 (patch) | |
tree | c1261847c4f54ab27f0d0344e84060baf5501190 /gnu/packages | |
parent | 5404f1c29dd0173271911cfba38c7f78b254a668 (diff) | |
download | patches-6080632df8109a9c95eede3ffe02b92f59b83148.tar patches-6080632df8109a9c95eede3ffe02b92f59b83148.tar.gz |
gnu: socat: Update to 1.7.3.2.
* gnu/packages/networking.scm (socat): Update to 1.7.3.2.
Diffstat (limited to 'gnu/packages')
-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 09284990cc..bb5b74005a 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))) |