guix-commits
[Top][All Lists]
Advanced

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

21/34: gnu: libuv: Update to 1.41.0.


From: guix-commits
Subject: 21/34: gnu: libuv: Update to 1.41.0.
Date: Sat, 22 May 2021 11:16:32 -0400 (EDT)

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

commit 4119775de1aef44104186b3abfba1973aa973b1a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 16 11:50:25 2021 +0200

    gnu: libuv: Update to 1.41.0.
    
    * gnu/packages/libevent.scm (libuv): Update to 1.41.0.
    [native-inputs]: Change from AUTOCONF-WRAPPER to AUTOCONF.
---
 gnu/packages/libevent.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index 098fd0b..0fa2b5b 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -103,21 +103,20 @@ limited support for fork events.")
 (define-public libuv
   (package
     (name "libuv")
-    (version "1.38.1")
+    (version "1.41.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dist.libuv.org/dist/v"; version
                                   "/libuv-v" version ".tar.gz"))
               (sha256
                (base32
-                "0iy6yp9nrxpj643w7la3kl3j59ni59b0l4v6n23a63s8kqkpvkhf"))))
+                "0vpbssrbkxzz0gizxxvz5262h9gyn2msac6d1nfavpg10wwm710i"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")
        ;; XXX: Some tests want /dev/tty, attempt to make connections, etc.
        #:tests? #f))
-    ;; TODO replace with autoconf on core-updates
-    (native-inputs `(("autoconf" ,autoconf-wrapper)
+    (native-inputs `(("autoconf" ,autoconf)
                      ("automake" ,automake)
                      ("libtool" ,libtool)
 



reply via email to

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