guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: libuv: Update to 1.19.1.


From: Marius Bakke
Subject: 01/06: gnu: libuv: Update to 1.19.1.
Date: Tue, 20 Feb 2018 10:02:23 -0500 (EST)

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

commit c8b16de75ce7f3c373b729f5e53fd65980619c44
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 15:39:53 2018 +0100

    gnu: libuv: Update to 1.19.1.
    
    * gnu/packages/libevent.scm (libuv): Update to 1.19.1.
    [arguments]: Use INVOKE instead of SYSTEM*.
---
 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 9d96e65..7caaa84 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -121,14 +121,14 @@ limited support for fork events.")
 (define-public libuv
   (package
     (name "libuv")
-    (version "1.18.0")
+    (version "1.19.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dist.libuv.org/dist/v"; version
                                   "/libuv-v" version ".tar.gz"))
               (sha256
                (base32
-                "125bzmzc32m52hd9iv8jvjlc7r3gadxgvp31a2fz2wlil16p7r2l"))))
+                "0y78029vhfhjwpbwg9c0p8ih8489azpfa9sjnzj2bksf6r29kv9j"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
@@ -136,7 +136,7 @@ limited support for fork events.")
                     (lambda _
                       ;; Fashionable people don't run 'make dist' these days, 
so
                       ;; we need to do that ourselves.
-                      (zero? (system* "sh" "autogen.sh")))))
+                      (invoke "sh" "autogen.sh"))))
 
        ;; XXX: Some tests want /dev/tty, attempt to make connections, etc.
        #:tests? #f))



reply via email to

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