me
/
guix
Archived
1
0
Fork 0

gnu: c-ares: Update to 1.17.2.

* gnu/packages/adns.scm (c-ares/fixed): Update to 1.17.2.
master
Tobias Geerinckx-Rice 2021-10-17 01:43:30 +02:00
parent 6cd33f855c
commit a1030d2151
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

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))))