[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: libuv: Update to 1.30.0.
From: |
guix-commits |
Subject: |
07/08: gnu: libuv: Update to 1.30.0. |
Date: |
Sun, 30 Jun 2019 11:09:54 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit ca9a598e8a4bc3f3b7b5316720fc56dc7a6eb4bc
Author: Marius Bakke <address@hidden>
Date: Sun Jun 30 14:21:40 2019 +0200
gnu: libuv: Update to 1.30.0.
* gnu/packages/libevent.scm (libuv): Update to 1.30.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 01da7ba..1f7a839 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -99,14 +99,14 @@ limited support for fork events.")
(define-public libuv
(package
(name "libuv")
- (version "1.29.1")
+ (version "1.30.0")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.libuv.org/dist/v" version
"/libuv-v" version ".tar.gz"))
(sha256
(base32
- "032pr9366qsxl78bd4id2c5pfrjv1j997zm5a7a8dbycllyh91hl"))))
+ "1rybx7fy2751551bn2fjfys0aam9i6xz3yccn3gi0iw5qgalxnsm"))))
(build-system gnu-build-system)
(arguments
'(;; XXX: Some tests want /dev/tty, attempt to make connections, etc.
- branch core-updates updated (c248e9b -> fd3594b), guix-commits, 2019/06/30
- 04/08: gnu: python-more-itertools: Update to 7.1.0., guix-commits, 2019/06/30
- 01/08: gnu: harfbuzz: Update to 2.5.3., guix-commits, 2019/06/30
- 08/08: Revert "gnu: meson: Update to 0.51.0.", guix-commits, 2019/06/30
- 03/08: gnu: poppler: Update to 0.78.0., guix-commits, 2019/06/30
- 05/08: build-system/meson: Do not inherit the 'bootstrap' phase., guix-commits, 2019/06/30
- 02/08: gnu: nettle: Update to 3.5.1., guix-commits, 2019/06/30
- 07/08: gnu: libuv: Update to 1.30.0.,
guix-commits <=
- 06/08: gnu: libssh2: Update to 1.9.0., guix-commits, 2019/06/30