gnu: socat: Update to 1.7.4.1.
* gnu/packages/networking.scm (socat): Update to 1.7.4.1.
This commit is contained in:
parent
d6e11acc21
commit
43a5b88358
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue