guix-commits
[Top][All Lists]
Advanced

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

06/16: gnu: LibUV: Update to 1.35.0.


From: guix-commits
Subject: 06/16: gnu: LibUV: Update to 1.35.0.
Date: Sat, 14 Mar 2020 07:03:54 -0400 (EDT)

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

commit eceaa46730bedee30afdd062fecd5244672e8cc6
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 13 20:54:38 2020 +0100

    gnu: LibUV: Update to 1.35.0.
    
    * gnu/packages/libevent.scm (libuv): Update to 1.35.0.
---
 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 4e93f5c..608264f 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -102,14 +102,14 @@ limited support for fork events.")
 (define-public libuv
   (package
     (name "libuv")
-    (version "1.34.2")
+    (version "1.35.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dist.libuv.org/dist/v"; version
                                   "/libuv-v" version ".tar.gz"))
               (sha256
                (base32
-                "0inzk8qpw78im3fiazrc54qi1gcapbs8dhf0hk3kwpzg0i2kpnb5"))))
+                "0126mfmaw3s92dsga60sydgwjmzwg9cd36n127pydmisah17v50f"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")



reply via email to

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