[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/25: gnu: python-cloudscraper: Use node-lts instead of node.
From: |
guix-commits |
Subject: |
18/25: gnu: python-cloudscraper: Use node-lts instead of node. |
Date: |
Wed, 18 Dec 2024 16:16:57 -0500 (EST) |
jlicht pushed a commit to branch master
in repository guix.
commit 6aa76b36e0d6b561fb779683b3b8bc0ac47c0d2f
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sun Nov 3 13:04:01 2024 +0100
gnu: python-cloudscraper: Use node-lts instead of node.
* gnu/packages/python-web.scm (python-cloudscraper)[inputs]: Replace node by
node-lts.
Change-Id: Id7a9354c04557d27ec90cfbecd0c8005cf912f1a
---
gnu/packages/python-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3137fb5ac9..a14db7bd9f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7950,7 +7950,7 @@ bare-metal installations.")
(invoke "pytest" "-vv"
"-k" "not
test_getCookieString_challenge_js_challenge1_16_05_2020")))))))
(inputs
- (list node))
+ (list node-lts))
(propagated-inputs
(list python-js2py
python-polling2
- 13/25: gnu: cwltool: Use node-lts instead of node., (continued)
- 13/25: gnu: cwltool: Use node-lts instead of node., guix-commits, 2024/12/18
- 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 <=
- 20/25: gnu: ruby-autoprefixer-rails: Use node-lts instead of node., guix-commits, 2024/12/18
- 25/25: gnu: Add node alias for node-lts., guix-commits, 2024/12/18
- 23/25: gnu: esbuild-node: Use node-lts instead of node., guix-commits, 2024/12/18
- 22/25: gnu: vlang: Use node-lts instead of node., guix-commits, 2024/12/18
- 15/25: gnu: ocaml-ezjsonm: Use node-lts instead of node., guix-commits, 2024/12/18
- 14/25: gnu: python-cwl-utils: Use node-lts instead of node., guix-commits, 2024/12/18
- 24/25: gnu: node: Rename variable to node-bootstrap and hide package., guix-commits, 2024/12/18
- 16/25: gnu: js-of-ocaml: Use node-lts instead of node., guix-commits, 2024/12/18
- 05/25: gnu: Add libuv-for-node-lts., guix-commits, 2024/12/18