python311Packages.dask: 2023.10.1 -> 2023.12.0

Diff: https://github.com/dask/dask/compare/refs/tags/2023.10.1...2023.12.0

Changelog: https://docs.dask.org/en/latest/changelog.html
This commit is contained in:
Gaetan Lepage 2023-12-11 11:50:27 +01:00
parent 094fc98a4c
commit b533fd3198

View file

@ -38,7 +38,7 @@
buildPythonPackage rec {
pname = "dask";
version = "2023.10.1";
version = "2023.12.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -47,7 +47,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "dask";
rev = "refs/tags/${version}";
hash = "sha256-asD5oLd7XcZ8ZFSrsSCAKgZ3Gsqs6T77nb1qesamgUI=";
hash = "sha256-LMd55s8LT4m6Ym+LmXb4TKPnZ0jMkNBfcPJxmgruMDM=";
};
nativeBuildInputs = [