mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +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 @@ (define-public c-ares/fixed
|
|||
(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 @@ (define-public c-ares/fixed
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h7wjfnk2092glqcp9mqaax7xx0s13m501z1gi0gsjl2vvvd0gfp"))))
|
||||
"0gcincjvpll2qmlc906jx6mfq97s87mgi0zby0753ki0rr2ch0s8"))))
|
||||
(arguments
|
||||
`(;; FIXME: Some tests require network access
|
||||
#:tests? #f))))
|
||||
|
|
Loading…
Reference in a new issue