gnu: Update socat to 1.7.3.1.
* gnu/packages/networking.scm (socat): Update to 1.7.3.1.
This commit is contained in:
parent
2c5e497672
commit
4efc8eb275
|
@ -59,7 +59,7 @@ residing in IPv4-only networks, even when they are behind a NAT device.")
|
||||||
(define-public socat
|
(define-public socat
|
||||||
(package
|
(package
|
||||||
(name "socat")
|
(name "socat")
|
||||||
(version "1.7.2.4")
|
(version "1.7.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -67,7 +67,7 @@ residing in IPv4-only networks, even when they are behind a NAT device.")
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"028yjka2zr6j1i8pmfmvzqki8ajczdl1hnry1x31xbbg3j83jxsb"))))
|
"1apvi7sahcl44arnq1ad2y6lbfqnmvx7nhz9i3rkk0f382anbnnj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:tests? #f)) ;no 'check' phase
|
(arguments '(#:tests? #f)) ;no 'check' phase
|
||||||
(inputs `(("openssl" ,openssl)))
|
(inputs `(("openssl" ,openssl)))
|
||||||
|
|
Loading…
Reference in New Issue