gnu: libuv: Update to 1.20.3.

* gnu/packages/libevent.scm (libuv): Update to 1.20.3.
master
Jelle Licht 2018-05-31 14:05:01 +02:00
parent ffd526e61a
commit 5e6bd3ebdc
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 2 additions and 2 deletions

View File

@ -121,14 +121,14 @@ limited support for fork events.")
(define-public libuv (define-public libuv
(package (package
(name "libuv") (name "libuv")
(version "1.20.2") (version "1.20.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dist.libuv.org/dist/v" version (uri (string-append "https://dist.libuv.org/dist/v" version
"/libuv-v" version ".tar.gz")) "/libuv-v" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"08h39zhg75lmfmk4lx17hpxqrr5yjgnc9b5rpchcankc3lcsqxbb")))) "0yc569q47gidqsdsbx30l6i60lwh97pavdnwac0gv9f72vcsmdrv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases