gnu: socat: Update to 1.7.4.1.

* gnu/packages/networking.scm (socat): Update to 1.7.4.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-04 00:03:13 +01:00
parent d6e11acc21
commit 43a5b88358
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -813,7 +813,7 @@ (define-public parprouted
(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 @@ (define-public socat
version ".tar.bz2"))
(sha256
(base32
"1z7xgnwiqpcv1j6aghhj9nqbx7cg3gpc4n9j7vi9hm7nhv5788wp"))))
"1sbmqqvni3ss9wyay6ik5v81kxffkra80mh4ypgj74g82iba5b1z"))))
(build-system gnu-build-system)
(arguments '(#:tests? #f)) ; no test suite
(inputs `(("openssl" ,openssl)))