1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: c-ares: Update to 1.16.1.

* gnu/packages/adns.scm (c-ares): Update to 1.16.1.
This commit is contained in:
Marius Bakke
2020-05-17 14:12:38 +02:00
parent fbd2d7c843
commit 65b1e89942
+2 -2
View File
@@ -62,7 +62,7 @@ scripts.")
(define-public c-ares
(package
(name "c-ares")
(version "1.16.0")
(version "1.16.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -70,7 +70,7 @@ scripts.")
".tar.gz"))
(sha256
(base32
"129sm0wzij0mp8vdv68v18hnykcjb6ivi66wnqnnw598q7bql1fy"))))
"1kl6bzlcmxn0524h5qldlbh99wf96whhvk54w3p4igf3xk8150yh"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))