[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59188] [PATCH v3 13/16] gnu: libuv-for-node: Update to 1.44.2.
From: |
jlicht |
Subject: |
[bug#59188] [PATCH v3 13/16] gnu: libuv-for-node: Update to 1.44.2. |
Date: |
Wed, 8 Feb 2023 22:05:28 +0100 |
From: Hilton Chain <hako@ultrarare.space>
* gnu/packages/libevent.scm (libuv-for-node): Update to 1.44.2.
---
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 f9722e4469..fa1e76b347 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -147,14 +147,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-julia
--
2.39.1
- [bug#59188] [PATCH v3 03/16] gnu: node-acorn: Fix broken transpilation., (continued)
- [bug#59188] [PATCH v3 03/16] gnu: node-acorn: Fix broken transpilation., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 07/16] gnu: node-pbf: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 09/16] gnu: node-resolve-protobuf-schema: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 10/16] gnu: node-ieee754: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 11/16] gnu: node-yazl: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 06/16] gnu: node-minimist: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 08/16] gnu: node-protocol-buffers-schema: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 15/16] gnu: node-lts: Update to 18.14.0., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 04/16] gnu: node-buffer-crc32: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 12/16] gnu: node-uglify-js: Update to 3.14.2., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 13/16] gnu: libuv-for-node: Update to 1.44.2.,
jlicht <=
- [bug#59188] [PATCH v3 16/16] gnu: libnode: Use node-lts as base., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 14/16] gnu: llhttp-bootstrap: Update to 6.0.10., jlicht, 2023/02/08