python3Packages.dask: 2026.7.1 -> 2026.8.0

Diff: https://github.com/dask/dask/compare/2026.7.1...2026.8.0

Changelog: https://docs.dask.org/en/latest/changelog.html
This commit is contained in:
Gaetan Lepage
2026-09-01 06:39:00 +00:00
parent f467180b4c
commit a201dbdc72

View File

@@ -44,7 +44,7 @@
buildPythonPackage (finalAttrs: {
pname = "dask";
version = "2026.7.1";
version = "2026.8.0";
pyproject = true;
__structuredAttrs = true;
@@ -52,7 +52,7 @@ buildPythonPackage (finalAttrs: {
owner = "dask";
repo = "dask";
tag = finalAttrs.version;
hash = "sha256-Hh3QMSLMn7xCbwoiu4gjjF590YXZfiG5rp20kWX+Kms=";
hash = "sha256-DFPd46cBirwztmZJvRKS8u5qvYMEIWfy90QR2AeBu3c=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''