Skip to content

Commit 5ac4df7

Browse files
committed
python312Packages.dask: 2024.8.1 -> 2024.9.0
Diff: dask/dask@refs/tags/2024.8.1...2024.9.0 Changelog: https://docs.dask.org/en/latest/changelog.html
1 parent 68e10d1 commit 5ac4df7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pkgs/development/python-modules/dask/default.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,19 @@
3434
pytest-rerunfailures,
3535
pytest-xdist,
3636
pytestCheckHook,
37-
pythonOlder,
3837
}:
3938

4039
let
4140
self = buildPythonPackage rec {
4241
pname = "dask";
43-
version = "2024.8.1";
42+
version = "2024.9.0";
4443
pyproject = true;
4544

46-
disabled = pythonOlder "3.10";
47-
4845
src = fetchFromGitHub {
4946
owner = "dask";
5047
repo = "dask";
5148
rev = "refs/tags/${version}";
52-
hash = "sha256-ztB5T8VFc1WoQB7lWQlonAyq7duqft9OE5FYvmjZd48=";
49+
hash = "sha256-CaTxhYT2diFOBylLH36iIR1ooWzi2e/RNOnvc11DtDY=";
5350
};
5451

5552
build-system = [ setuptools ];

0 commit comments

Comments
 (0)