guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: libuv: Update to 1.38.1.


From: guix-commits
Subject: branch core-updates updated: gnu: libuv: Update to 1.38.1.
Date: Wed, 22 Jul 2020 18:21:39 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new ef08c5d  gnu: libuv: Update to 1.38.1.
ef08c5d is described below

commit ef08c5d4d24fd2d65ba751142a4a3175e8e94500
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Mon Jul 20 21:11:20 2020 +0200

    gnu: libuv: Update to 1.38.1.
    
    * gnu/packages/libevent.scm (libuv): Update to 1.38.1.
---
 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 037310e..00d57f3 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.35.0")
+    (version "1.38.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dist.libuv.org/dist/v"; version
                                   "/libuv-v" version ".tar.gz"))
               (sha256
                (base32
-                "0126mfmaw3s92dsga60sydgwjmzwg9cd36n127pydmisah17v50f"))))
+                "0iy6yp9nrxpj643w7la3kl3j59ni59b0l4v6n23a63s8kqkpvkhf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")



reply via email to

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