diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2016-04-27 14:11:55 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2016-04-27 14:12:21 -0400 |
commit | 5304e6f2c9202c5bcc760c3cc31553b20c581402 (patch) | |
tree | 137291e2a238785fe8943558b4942b1f4ec2a9a5 /gnu/packages/libevent.scm | |
parent | 38e2104c5d9b860c0e41c036895dcf178eca2ce0 (diff) | |
download | guix-5304e6f2c9202c5bcc760c3cc31553b20c581402.tar guix-5304e6f2c9202c5bcc760c3cc31553b20c581402.tar.gz |
gnu: libuv: Update to 1.9.0.
* gnu/packages/libevent.scm (libuv): Update to 1.9.0.
Diffstat (limited to 'gnu/packages/libevent.scm')
-rw-r--r-- | gnu/packages/libevent.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index fab6b5c993..c9e57d6331 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -89,7 +89,7 @@ programs.") (define-public libuv (package (name "libuv") - (version "1.8.0") + (version "1.9.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/libuv/libuv/archive/v" @@ -97,7 +97,7 @@ programs.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1plwz98ljdi161gxhl4wgj7llnx611rxpb6y38kcp59wcxf1lvlh")))) + "1sx5lahhg2w92y6mgyg7c7nrx2biyyxd5yiqkmq8n4w01lm2gf7q")))) (build-system gnu-build-system) (arguments '(#:phases (alist-cons-after |