[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/25: gnu: cwltool: Use node-lts instead of node.
From: |
guix-commits |
Subject: |
13/25: gnu: cwltool: Use node-lts instead of node. |
Date: |
Wed, 18 Dec 2024 16:16:55 -0500 (EST) |
jlicht pushed a commit to branch master
in repository guix.
commit 5f77674e48a56b16cc7104927587e7988eddc050
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sun Nov 3 13:03:56 2024 +0100
gnu: cwltool: Use node-lts instead of node.
* gnu/packages/bioinformatics.scm (cwltool)[inputs]: Replace node by
node-lts.
Change-Id: Idea8c5cb456080fccd8fff6c6b2c674764ae7bce
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 87a71ea75e..d47fa89134 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6260,7 +6260,7 @@ documents.")
python-spython
python-typing-extensions
;; Not listed as needed but still necessary:
- node))
+ node-lts))
(native-inputs
(list python-arcp
python-humanfriendly
- branch master updated (d32a5f6eed -> 71480d609b), guix-commits, 2024/12/18
- 17/25: gnu: fmp: Use node-lts instead of node., guix-commits, 2024/12/18
- 01/25: gnu: node: Replace customized nghttp2-for-node by nghttp2., guix-commits, 2024/12/18
- 03/25: gnu: node-lts: Replace customized c-ares-for-node by c-ares., guix-commits, 2024/12/18
- 10/25: gnu: node-nan: Update to 2.22.0., guix-commits, 2024/12/18
- 11/25: gnu: node-addon-api: Update to 8.3.0., guix-commits, 2024/12/18
- 13/25: gnu: cwltool: Use node-lts instead of node.,
guix-commits <=
- 02/25: gnu: Remove nghttp2-for-node., guix-commits, 2024/12/18
- 08/25: gnu: node-uglify-js: Update to 3.19.3., guix-commits, 2024/12/18
- 06/25: gnu: llhttp-bootstrap: Update to 8.1.2., guix-commits, 2024/12/18
- 07/25: gnu: node-lts: Update to 20.18.1 [security fixes]., guix-commits, 2024/12/18
- 04/25: gnu: Remove c-ares-for-node., guix-commits, 2024/12/18
- 09/25: gnu: node-acorn: Update to 8.7.1., guix-commits, 2024/12/18
- 12/25: gnu: r-v8: Fix build with node-lts@20., guix-commits, 2024/12/18
- 21/25: gnu: ruby-execjs: Use node-lts instead of node., guix-commits, 2024/12/18
- 19/25: gnu: qtwebengine-5: Use node-lts instead of node., guix-commits, 2024/12/18
- 18/25: gnu: python-cloudscraper: Use node-lts instead of node., guix-commits, 2024/12/18