gnu: socat: Update to 1.7.3.2.

* gnu/packages/networking.scm (socat): Update to 1.7.3.2.
master
Tobias Geerinckx-Rice 2018-02-19 22:21:34 +01:00
parent 5404f1c29d
commit 6080632df8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)))