[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51838] [PATCH v3 02/43] gnu: node: Update to 10.24.1 for bootstrapp
From: |
Philip McGrath |
Subject: |
[bug#51838] [PATCH v3 02/43] gnu: node: Update to 10.24.1 for bootstrapping. |
Date: |
Wed, 8 Dec 2021 15:27:57 -0500 |
* gnu/packages/node.scm (node): Update to 10.24.1.
---
gnu/packages/node.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 7ebbbc3060..71b66774a6 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -57,14 +57,14 @@ (define-module (gnu packages node)
(define-public node
(package
(name "node")
- (version "10.24.0")
+ (version "10.24.1")
(source (origin
(method url-fetch)
(uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.xz"))
(sha256
(base32
- "1k1srdis23782hnd1ymgczs78x9gqhv77v0am7yb54gqcspp70hm"))
+ "032801kg24j04xmf09m0vxzlcz86sv21s24lv9l4cfv08k1c4byp"))
(modules '((guix build utils)))
(snippet
`(begin
--
2.32.0
- [bug#51838] [PATCH v5 42/45] gnu: Add node-serialport-parser-cctalk., (continued)
- [bug#51838] [PATCH v5 42/45] gnu: Add node-serialport-parser-cctalk., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 41/45] gnu: Add node-serialport-parser-inter-byte-timeout., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 44/45] gnu: Add node-serialport-stream., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 45/45] gnu: Add node-serialport., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 43/45] gnu: Add node-serialport-parser-byte-length., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v3 03/43] gnu: node: Patch shebangs in node_modules., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 05/43] guix: node-build-system: Refactor patch-dependencies phase., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 06/43] guix: node-build-system: Add #:absent-dependencies argument., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 06/43] guix: node-build-system: Add #:absent-dependencies argument., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 06/43] guix: node-build-system: Add #:absent-dependencies argument., Philip McGrath, 2021/12/12
- [bug#51838] [PATCH v3 02/43] gnu: node: Update to 10.24.1 for bootstrapping.,
Philip McGrath <=
- [bug#51838] [PATCH v3 08/43] gnu: node-ms-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 09/43] gnu: node-binary-search-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 07/43] gnu: node-semver-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 10/43] gnu: node-debug-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 11/43] gnu: node-llparse-builder-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 12/43] gnu: node-llparse-frontend-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 14/43] gnu: node-semver: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 13/43] gnu: node-llparse-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 30/43] gnu: Add node-file-uri-to-path., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 30/43] gnu: Add node-file-uri-to-path., Pierre Langlois, 2021/12/12