mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: c-ares: Update to 1.34.4.
* gnu/packages/adns.scm (c-ares): Update to 1.34.4. [source]: Update url. (c-ares-for-node-lts): Simplifies it. Change-Id: I4af1ea6d76e7efcfcfc772408f63f92cce7c28df
This commit is contained in:
parent
eec2135808
commit
2f8c2eebdf
1 changed files with 5 additions and 17 deletions
|
@ -68,15 +68,15 @@ scripts.")
|
||||||
(define-public c-ares
|
(define-public c-ares
|
||||||
(package
|
(package
|
||||||
(name "c-ares")
|
(name "c-ares")
|
||||||
(version "1.18.1")
|
(version "1.34.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://c-ares.haxx.se/download/" name "-" version
|
"https://github.com/c-ares/c-ares/releases/download/v"
|
||||||
".tar.gz"))
|
version "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kxviskwsaa7dcgscvssxa8ps88pdq7kq4z93gxvz7sam2l54z8s"))))
|
"0br2msk3bpl5myhjp9vr5j2scpspvbg2fpnz69dcrr4ycpnxnf7s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -149,19 +149,7 @@ multiple clients and programs with graphical user interfaces.")
|
||||||
(license (x11-style "https://c-ares.haxx.se/license.html"))))
|
(license (x11-style "https://c-ares.haxx.se/license.html"))))
|
||||||
|
|
||||||
(define-public c-ares-for-node-lts
|
(define-public c-ares-for-node-lts
|
||||||
(hidden-package
|
(hidden-package c-ares))
|
||||||
(package
|
|
||||||
(inherit c-ares)
|
|
||||||
(version "1.34.4")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://github.com/c-ares/c-ares/releases/download/v"
|
|
||||||
version "/c-ares-" version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0br2msk3bpl5myhjp9vr5j2scpspvbg2fpnz69dcrr4ycpnxnf7s")))))))
|
|
||||||
|
|
||||||
;; gRPC requires a c-ares built with CMake in order to get the .cmake modules.
|
;; gRPC requires a c-ares built with CMake in order to get the .cmake modules.
|
||||||
;; We can not build c-ares itself with CMake because that would introduce a
|
;; We can not build c-ares itself with CMake because that would introduce a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue