mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libuv: Update to 1.11.0.
* gnu/packages/libevent.scm (libuv): Update to 1.11.0. [home-page]: Change to new home.
This commit is contained in:
parent
1b0054bdee
commit
08f96396b6
1 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ programs.")
|
||||||
(define-public libuv
|
(define-public libuv
|
||||||
(package
|
(package
|
||||||
(name "libuv")
|
(name "libuv")
|
||||||
(version "1.9.0")
|
(version "1.11.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/libuv/libuv/archive/v"
|
(uri (string-append "https://github.com/libuv/libuv/archive/v"
|
||||||
|
@ -119,7 +119,7 @@ programs.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sx5lahhg2w92y6mgyg7c7nrx2biyyxd5yiqkmq8n4w01lm2gf7q"))))
|
"0yhw86011l2dg2prms0d86szygrix4pxpgnyzs7iljy2xk3fxivf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-after
|
'(#:phases (alist-cons-after
|
||||||
|
@ -138,7 +138,7 @@ programs.")
|
||||||
|
|
||||||
;; libuv.pc is installed only when pkg-config is found.
|
;; libuv.pc is installed only when pkg-config is found.
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://github.com/joyent/libuv")
|
(home-page "https://github.com/libuv/libuv")
|
||||||
(synopsis "Library for asynchronous I/O")
|
(synopsis "Library for asynchronous I/O")
|
||||||
(description
|
(description
|
||||||
"libuv is a multi-platform support library with a focus on asynchronous
|
"libuv is a multi-platform support library with a focus on asynchronous
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue