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
(package
(name "libuv")
(version "1.20.2")
(version "1.20.3")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.libuv.org/dist/v" version
"/libuv-v" version ".tar.gz"))
(sha256
(base32
"08h39zhg75lmfmk4lx17hpxqrr5yjgnc9b5rpchcankc3lcsqxbb"))))
"0yc569q47gidqsdsbx30l6i60lwh97pavdnwac0gv9f72vcsmdrv"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases