guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: libuv: Update to 1.20.2.


From: Marius Bakke
Subject: 06/07: gnu: libuv: Update to 1.20.2.
Date: Mon, 30 Apr 2018 15:11:22 -0400 (EDT)

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

commit 1f172d8003e23f4d0679ef99ca0566f2b8777a4e
Author: Marius Bakke <address@hidden>
Date:   Mon Apr 30 20:01:06 2018 +0200

    gnu: libuv: Update to 1.20.2.
    
    * gnu/packages/libevent.scm (libuv): Update to 1.20.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 983c862..f80b205 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.2")
+    (version "1.20.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dist.libuv.org/dist/v"; version
                                   "/libuv-v" version ".tar.gz"))
               (sha256
                (base32
-                "1msk9ac1z69whww88ibrwjqkd1apdla6l77cm2fwy5kigq0z5g3w"))))
+                "08h39zhg75lmfmk4lx17hpxqrr5yjgnc9b5rpchcankc3lcsqxbb"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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