guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libuv: Update to 1.19.2.


From: Marius Bakke
Subject: 03/03: gnu: libuv: Update to 1.19.2.
Date: Thu, 8 Mar 2018 08:02:09 -0500 (EST)

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

commit 5e98d4dcce2625d44cc3a82be555504b2f87e204
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 8 13:59:58 2018 +0100

    gnu: libuv: Update to 1.19.2.
    
    * gnu/packages/libevent.scm (libuv): Update to 1.19.2.
---
 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 7caaa84..cdd331a 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.19.1")
+    (version "1.19.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dist.libuv.org/dist/v"; version
                                   "/libuv-v" version ".tar.gz"))
               (sha256
                (base32
-                "0y78029vhfhjwpbwg9c0p8ih8489azpfa9sjnzj2bksf6r29kv9j"))))
+                "1msk9ac1z69whww88ibrwjqkd1apdla6l77cm2fwy5kigq0z5g3w"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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