mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: socat: Update to 1.7.3.3.
* gnu/packages/networking.scm (socat): Update to 1.7.3.3.
This commit is contained in:
parent
1987f95ffc
commit
4c7eeee470
1 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ (define-public miredo
|
||||||
(define-public socat
|
(define-public socat
|
||||||
(package
|
(package
|
||||||
(name "socat")
|
(name "socat")
|
||||||
(version "1.7.3.2")
|
(version "1.7.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -169,7 +169,7 @@ (define-public socat
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lcj6zpra33xhgvhmz9l3cqz10v8ybafb8dd1yqkwf1rhy01ymp3"))))
|
"0jnhjijyq74g3wa4ph0am83z6vq7qna7ac0xqjma8s4197z3zmhd"))))
|
||||||
(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 a new issue