python3Packages.dask: 2025.3.0 -> 2025.7.0

https://docs.dask.org/en/latest/changelog.html

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:58:59 +02:00
parent ef725f0ff8
commit 7e0c4118d3
@@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "dask";
version = "2025.3.0";
version = "2025.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dask";
repo = "dask";
tag = version;
hash = "sha256-j25+DfWReonXKqxkX9OVHjKo+Indh13rlBE5PyGe69c=";
hash = "sha256-bwM4Q95YTEp9pDz6LmBLOeYjmi8nH8Cc/srZlXfEIlg=";
};
postPatch = ''