guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: libuv: Update to 1.9.0.


From: David Thompson
Subject: 01/02: gnu: libuv: Update to 1.9.0.
Date: Wed, 27 Apr 2016 18:15:07 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 5304e6f2c9202c5bcc760c3cc31553b20c581402
Author: David Thompson <address@hidden>
Date:   Wed Apr 27 14:11:55 2016 -0400

    gnu: libuv: Update to 1.9.0.
    
    * gnu/packages/libevent.scm (libuv): Update to 1.9.0.
---
 gnu/packages/libevent.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index fab6b5c..c9e57d6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]