gnu: socat: Update to 1.7.4.3.
* gnu/packages/networking.scm (socat): Update to 1.7.4.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
1217b02f45
commit
3cd42883c4
@ -951,7 +951,7 @@ and SSH, and it can use both TCP and UDP as transport mechanisms.")
|
|||||||
(define-public socat
|
(define-public socat
|
||||||
(package
|
(package
|
||||||
(name "socat")
|
(name "socat")
|
||||||
(version "1.7.4.1")
|
(version "1.7.4.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -959,7 +959,7 @@ and SSH, and it can use both TCP and UDP as transport mechanisms.")
|
|||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sbmqqvni3ss9wyay6ik5v81kxffkra80mh4ypgj74g82iba5b1z"))))
|
"01w0hpqf5xmgn40s1ablfd4y67dlrx5y9zlx24spc1qm8h81hwyl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no test suite
|
(arguments '(#:tests? #f)) ; no test suite
|
||||||
(inputs (list openssl))
|
(inputs (list openssl))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user