diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-23 14:11:15 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-23 14:34:03 +0100 |
| commit | 160dacf62b66bfdbd7634b0a4fd1c0669cb5dee2 (patch) | |
| tree | 968ceb391e545d7e75db3e4dcf013a3bad3259f0 /gnu/packages | |
| parent | 90c72fb47e4f2858ed0d71c891c988ce783752cf (diff) | |
gnu: python-lightning-cloud: Update to 0.6.0.
* gnu/packages/machine-learning.scm (python-lightning-cloud): Update to 0.6.0.
[native-inputs]: Remove python-wheel.
Change-Id: I0e28fe9a964d41b438f3ff829d5912710b73e66a
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 3ff8cfe752e..bace79daf03 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -5594,13 +5594,13 @@ Neural Networks for a wide range of applications related to structured data.") (define-public python-lightning-cloud (package (name "python-lightning-cloud") - (version "0.5.70") + (version "0.6.0") (source (origin (method url-fetch) (uri (pypi-uri "lightning_cloud" version)) (sha256 (base32 - "11xx7w7ypyf6bzwz7pbdakap68a1lnsv3icis8wm8magkfglash2")))) + "1g3zwn8r33gkmx529mvyddbrx0wqwf6125qimj4xfchf53g0qkn4")))) (arguments (list #:tests? #f)) ; no tests in PyPI archive. (build-system pyproject-build-system) (propagated-inputs (list python-boto3 @@ -5615,7 +5615,7 @@ Neural Networks for a wide range of applications related to structured data.") python-urllib3 python-uvicorn python-websocket-client)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-setuptools)) (home-page "https://lightning.ai") (synopsis "Lightning Cloud command line client") (description "This package provides a command line interface for Lightning |
