[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59188] [PATCH v7 17/20] gnu: libuv-for-node: Update to 1.44.2.
From: |
jlicht |
Subject: |
[bug#59188] [PATCH v7 17/20] gnu: libuv-for-node: Update to 1.44.2. |
Date: |
Mon, 17 Apr 2023 16:51:19 +0200 |
From: Hilton Chain <hako@ultrarare.space>
* gnu/packages/libevent.scm (libuv-for-node): Update to 1.44.2.
---
(no changes since v1)
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 02b2795194..441c8a401c 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -148,14 +148,14 @@ (define-public libuv-for-node
(package
(inherit libuv)
(name "libuv")
- (version "1.42.0")
+ (version "1.44.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.libuv.org/dist/v" version
"/libuv-v" version ".tar.gz"))
(sha256
(base32
- "0wpb9pz3r8nksnrf4zbixj2kk9whr7abi45ydrwyv2js2ljrc4j3"))))
+ "1d1wy1061cf2mfygr2j6jbm0da2mhsf0l9yq4rjkqrsmijbdrz6c"))))
(properties '((hidden? . #t)))))
(define-public libuv-for-r-httpuv
--
2.39.2
- [bug#59188] [PATCH v7 02/20] gnu: node-acorn: Disable tests., (continued)
- [bug#59188] [PATCH v7 02/20] gnu: node-acorn: Disable tests., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 01/20] build-system: node: Use `--install-links' with `npm install'., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 03/20] gnu: node-acorn: Remove lifecycle script., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 13/20] gnu: node-uglify-js: Update to 3.14.2., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 04/20] gnu: node-acorn: Fix broken transpilation., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 06/20] gnu: node-crx3: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 11/20] gnu: node-ieee754: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 08/20] gnu: node-pbf: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 09/20] gnu: node-protocol-buffers-schema: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 10/20] gnu: node-resolve-protobuf-schema: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 17/20] gnu: libuv-for-node: Update to 1.44.2.,
jlicht <=
- [bug#59188] [PATCH v7 12/20] gnu: node-yazl: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 07/20] gnu: node-minimist: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 14/20] gnu: node-serialport: Avoid gyp rebuilds., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 15/20] gnu: node-openzwave-shared: Fix compilation for new versions of node, jlicht, 2023/04/17
- [bug#59188] [PATCH v7 18/20] gnu: llhttp-bootstrap: Update to 6.0.10., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 05/20] gnu: node-buffer-crc32: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 16/20] gnu: emacs-nodejs-repl: Build with node-lts., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 19/20] gnu: node-lts: Update to 18.16.0., jlicht, 2023/04/17