gnu: libuv: Update to 1.9.0.
* gnu/packages/libevent.scm (libuv): Update to 1.9.0.
This commit is contained in:
parent
38e2104c5d
commit
5304e6f2c9
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ programs.")
|
||||||
(define-public libuv
|
(define-public libuv
|
||||||
(package
|
(package
|
||||||
(name "libuv")
|
(name "libuv")
|
||||||
(version "1.8.0")
|
(version "1.9.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"
|
||||||
|
@ -97,7 +97,7 @@ programs.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1plwz98ljdi161gxhl4wgj7llnx611rxpb6y38kcp59wcxf1lvlh"))))
|
"1sx5lahhg2w92y6mgyg7c7nrx2biyyxd5yiqkmq8n4w01lm2gf7q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-after
|
'(#:phases (alist-cons-after
|
||||||
|
|
Reference in a new issue