python312Packages.dask: 2024.8.1 -> 2024.9.0

Diff: https://github.com/dask/dask/compare/refs/tags/2024.8.1...2024.9.0

Changelog: https://docs.dask.org/en/latest/changelog.html
This commit is contained in:
Gaetan Lepage
2024-09-24 17:10:58 +02:00
committed by Gaétan Lepage
parent 68e10d1549
commit 5ac4df73d9
@@ -34,22 +34,19 @@
pytest-rerunfailures,
pytest-xdist,
pytestCheckHook,
pythonOlder,
}:
let
self = buildPythonPackage rec {
pname = "dask";
version = "2024.8.1";
version = "2024.9.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "dask";
repo = "dask";
rev = "refs/tags/${version}";
hash = "sha256-ztB5T8VFc1WoQB7lWQlonAyq7duqft9OE5FYvmjZd48=";
hash = "sha256-CaTxhYT2diFOBylLH36iIR1ooWzi2e/RNOnvc11DtDY=";
};
build-system = [ setuptools ];