mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: socat: Update to 1.7.3.2.
* gnu/packages/networking.scm (socat): Update to 1.7.3.2.
This commit is contained in:
parent
5404f1c29d
commit
6080632df8
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ (define-public miredo
|
|||
(define-public socat
|
||||
(package
|
||||
(name "socat")
|
||||
(version "1.7.3.1")
|
||||
(version "1.7.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -147,7 +147,7 @@ (define-public socat
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1apvi7sahcl44arnq1ad2y6lbfqnmvx7nhz9i3rkk0f382anbnnj"))))
|
||||
"0lcj6zpra33xhgvhmz9l3cqz10v8ybafb8dd1yqkwf1rhy01ymp3"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:tests? #f)) ;no 'check' phase
|
||||
(inputs `(("openssl" ,openssl)))
|
||||
|
|
Loading…
Reference in a new issue