me
/
guix
Archived
1
0
Fork 0

gnu: c-ares: Update to 1.15.0.

* gnu/packages/adns.scm (c-ares): Update to 1.15.0.
master
Efraim Flashner 2018-11-04 20:42:48 +02:00
parent 7f860a8be1
commit b588adc96f
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.14.0")
(version "1.15.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -67,7 +67,7 @@ scripts.")
".tar.gz"))
(sha256
(base32
"0vnwmbvymw677k780kpb6sb8i3szdp89rzy8mz1fwg1657yw3ls5"))))
"0lk8knip4xk6qzksdkn7085mmgm4ixfczdyyjw656c193y3rgnvc"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))