python312Packages.coiled: 1.86.0 -> 1.90.2 (#394315)

This commit is contained in:
Gaétan Lepage 2025-03-29 21:52:47 +01:00 committed by GitHub
commit 9095cb97ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,12 +39,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "coiled"; pname = "coiled";
version = "1.86.0"; version = "1.90.2";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-umwAG7+ykCWLqgyQzWdrYUuslyWWP1/uKlsSci50qR4="; hash = "sha256-5u33FbSB86jR9KIAhR24J0wSz9kRCaOJ0ituEzULHH8=";
}; };
build-system = [ build-system = [
@ -79,15 +79,12 @@ buildPythonPackage rec {
wheel wheel
]; ];
pythonImportsCheck = [ pythonImportsCheck = [ "coiled" ];
"coiled"
];
nativeCheckInputs = [ nativeCheckInputs = [
versionCheckHook versionCheckHook
]; ];
versionCheckProgramArg = "--version";
versionCheckProgramArg = [ "--version" ];
meta = { meta = {
description = "Python client for coiled.io dask clusters"; description = "Python client for coiled.io dask clusters";