mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
Revert "gnu: socat: Update to 1.7.4.3."
This reverts commit 3cd42883c4
, which led
to ~13K rebuilds.
This commit is contained in:
parent
dd98dc42fe
commit
0e91da1d34
1 changed files with 2 additions and 2 deletions
|
@ -951,7 +951,7 @@ (define-public pproxy
|
|||
(define-public socat
|
||||
(package
|
||||
(name "socat")
|
||||
(version "1.7.4.3")
|
||||
(version "1.7.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -959,7 +959,7 @@ (define-public socat
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"01w0hpqf5xmgn40s1ablfd4y67dlrx5y9zlx24spc1qm8h81hwyl"))))
|
||||
"1sbmqqvni3ss9wyay6ik5v81kxffkra80mh4ypgj74g82iba5b1z"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:tests? #f)) ; no test suite
|
||||
(inputs (list openssl))
|
||||
|
|
Loading…
Reference in a new issue