mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05: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:
parent
fbd2d7c843
commit
65b1e89942
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ (define-public adns
|
|||
(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 @@ (define-public c-ares
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"129sm0wzij0mp8vdv68v18hnykcjb6ivi66wnqnnw598q7bql1fy"))))
|
||||
"1kl6bzlcmxn0524h5qldlbh99wf96whhvk54w3p4igf3xk8150yh"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue