From 160dacf62b66bfdbd7634b0a4fd1c0669cb5dee2 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Mon, 23 Mar 2026 14:11:15 +0100 Subject: [PATCH] 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 --- gnu/packages/machine-learning.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 3ff8cfe752..bace79daf0 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