[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/13: gnu: LibUV: Add version 1.34.2.
From: |
guix-commits |
Subject: |
02/13: gnu: LibUV: Add version 1.34.2. |
Date: |
Wed, 26 Feb 2020 15:57:37 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit ae9cfc647daea456823adecba28021896b51407e
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 26 16:15:18 2020 +0100
gnu: LibUV: Add version 1.34.2.
* gnu/packages/libevent.scm (libuv/latest): New public variable.
---
gnu/packages/libevent.scm | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index 338b2af..3754a5c 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2015, 2017 Mark H Weaver <address@hidden>
;;; Copyright © 2015 Eric Dvorsak <address@hidden>
;;; Copyright © 2016 David Thompson <address@hidden>
-;;; Copyright © 2017, 2019 Marius Bakke <address@hidden>
+;;; Copyright © 2017, 2019, 2020 Marius Bakke <address@hidden>
;;; Copyright © 2017 Efraim Flashner <address@hidden>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2019 Pierre Neidhardt <address@hidden>
@@ -130,6 +130,20 @@ resolution, asynchronous file system operations, and
threading primitives.")
;; details. Documentation is CC-BY 4.0 as of 1.12.0; see 'LICENSE-docs'.
(license (list expat cc-by4.0))))
+;; This newer version of LibUV is required by 'node'. Package it separately
+;; to avoid massive rebuilds.
+(define-public libuv/latest
+ (package/inherit
+ libuv
+ (version "1.34.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://dist.libuv.org/dist/v" version
+ "/libuv-v" version ".tar.gz"))
+ (sha256
+ (base32
+ "0inzk8qpw78im3fiazrc54qi1gcapbs8dhf0hk3kwpzg0i2kpnb5"))))))
+
(define-public perl-anyevent
(package
(name "perl-anyevent")
- branch master updated (b68f5a6 -> e524b57), guix-commits, 2020/02/26
- 01/13: gnu: pocl: Build with LLVM@9., guix-commits, 2020/02/26
- 02/13: gnu: LibUV: Add version 1.34.2.,
guix-commits <=
- 03/13: gnu: nghttp2: Add version 1.40.0., guix-commits, 2020/02/26
- 06/13: gnu: clang: Fix C++ search path handling on non-x86_64., guix-commits, 2020/02/26
- 04/13: gnu: node: Update to 10.19.0., guix-commits, 2020/02/26
- 05/13: gnu: node: Disable failing tests on armhf-linux., guix-commits, 2020/02/26
- 08/13: gnu: emacs-elixir-mode: Fix capitalization in description., guix-commits, 2020/02/26
- 10/13: gnu: benchmark: Add bonnie++., guix-commits, 2020/02/26
- 07/13: gnu: clang: Move version conditionals out of the builder., guix-commits, 2020/02/26
- 11/13: gnu: musl: Update to 1.2.0., guix-commits, 2020/02/26
- 12/13: gnu: vim-full: Describe differences from vim., guix-commits, 2020/02/26
- 09/13: gnu: emacs-eacl: Fix typo in description., guix-commits, 2020/02/26