guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]