mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01: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:
parent
6cd33f855c
commit
a1030d2151
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ multiple clients and programs with graphical user interfaces.")
|
||||||
(package
|
(package
|
||||||
(inherit c-ares)
|
(inherit c-ares)
|
||||||
(name "c-ares")
|
(name "c-ares")
|
||||||
(version "1.17.1")
|
(version "1.17.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -100,7 +100,7 @@ multiple clients and programs with graphical user interfaces.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h7wjfnk2092glqcp9mqaax7xx0s13m501z1gi0gsjl2vvvd0gfp"))))
|
"0gcincjvpll2qmlc906jx6mfq97s87mgi0zby0753ki0rr2ch0s8"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(;; FIXME: Some tests require network access
|
`(;; FIXME: Some tests require network access
|
||||||
#:tests? #f))))
|
#:tests? #f))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue