guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libuv: Update to 1.11.0.


From: Marius Bakke
Subject: 02/03: gnu: libuv: Update to 1.11.0.
Date: Mon, 13 Feb 2017 15:24:10 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 08f96396b61d9b912fb4e548aa0259ed4acc0fc6
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 13 20:34:19 2017 +0100

    gnu: libuv: Update to 1.11.0.
    
    * gnu/packages/libevent.scm (libuv): Update to 1.11.0.
    [home-page]: Change to new home.
---
 gnu/packages/libevent.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index 859dc34..e552a4e 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -111,7 +111,7 @@ programs.")
 (define-public libuv
   (package
     (name "libuv")
-    (version "1.9.0")
+    (version "1.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/libuv/libuv/archive/v";
@@ -119,7 +119,7 @@ programs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1sx5lahhg2w92y6mgyg7c7nrx2biyyxd5yiqkmq8n4w01lm2gf7q"))))
+                "0yhw86011l2dg2prms0d86szygrix4pxpgnyzs7iljy2xk3fxivf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (alist-cons-after
@@ -138,7 +138,7 @@ programs.")
 
                      ;; libuv.pc is installed only when pkg-config is found.
                      ("pkg-config" ,pkg-config)))
-    (home-page "https://github.com/joyent/libuv";)
+    (home-page "https://github.com/libuv/libuv";)
     (synopsis "Library for asynchronous I/O")
     (description
      "libuv is a multi-platform support library with a focus on asynchronous



reply via email to

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