Revert "gnu: c-ares: Update to 1.15.0."

c-ares has more than 3000 dependant packages.

This reverts commit b588adc96f.
master
Efraim Flashner 2018-11-06 12:22:02 +02:00
parent b588adc96f
commit 730e5fbc66
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ scripts.")
(define-public c-ares
(package
(name "c-ares")
(version "1.15.0")
(version "1.14.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -67,7 +67,7 @@ scripts.")
".tar.gz"))
(sha256
(base32
"0lk8knip4xk6qzksdkn7085mmgm4ixfczdyyjw656c193y3rgnvc"))))
"0vnwmbvymw677k780kpb6sb8i3szdp89rzy8mz1fwg1657yw3ls5"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))