guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libuv: Update to 1.12.0.


From: Marius Bakke
Subject: 02/02: gnu: libuv: Update to 1.12.0.
Date: Sat, 3 Jun 2017 11:53:35 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8b4186e116434860a93fd1c8163fdeb86c1d63a8
Author: Marius Bakke <address@hidden>
Date:   Sat Jun 3 04:31:15 2017 +0200

    gnu: libuv: Update to 1.12.0.
    
    * gnu/packages/libevent.scm (libuv): Update to 1.12.0.
    [license]: X11 should actually be EXPAT. Add CC-BY4.0.
---
 gnu/packages/libevent.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index c903352..bda1539 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -121,7 +121,7 @@ programs.")
 (define-public libuv
   (package
     (name "libuv")
-    (version "1.11.0")
+    (version "1.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/libuv/libuv/archive/v";
@@ -129,7 +129,7 @@ programs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0yhw86011l2dg2prms0d86szygrix4pxpgnyzs7iljy2xk3fxivf"))))
+                "0l0jrb5q3i8br10c8skc6xdwlxkmlpn3n0kngaqd68fsi1593kj1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (alist-cons-after
@@ -157,8 +157,8 @@ similar IOCP, and event ports, asynchronous TCP/UDP 
sockets, asynchronous DNS
 resolution, asynchronous file system operations, and threading primitives.")
 
     ;; A few files fall under other non-copyleft licenses; see 'LICENSE' for
-    ;; details.
-    (license x11)))
+    ;; details.  Documentation is CC-BY 4.0 as of 1.12.0; see 'LICENSE-docs'.
+    (license (list expat cc-by4.0))))
 
 (define-public perl-anyevent
   (package



reply via email to

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