1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-01 23:14:02 +02:00

gnu: c-ares: Update to 1.17.2.

* gnu/packages/adns.scm (c-ares/fixed): Update to 1.17.2.
This commit is contained in:
Tobias Geerinckx-Rice
2021-10-17 01:43:30 +02:00
parent 6cd33f855c
commit a1030d2151
+2 -2
View File
@@ -92,7 +92,7 @@ multiple clients and programs with graphical user interfaces.")
(package
(inherit c-ares)
(name "c-ares")
(version "1.17.1")
(version "1.17.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -100,7 +100,7 @@ multiple clients and programs with graphical user interfaces.")
".tar.gz"))
(sha256
(base32
"0h7wjfnk2092glqcp9mqaax7xx0s13m501z1gi0gsjl2vvvd0gfp"))))
"0gcincjvpll2qmlc906jx6mfq97s87mgi0zby0753ki0rr2ch0s8"))))
(arguments
`(;; FIXME: Some tests require network access
#:tests? #f))))