python3Packages.distributed: 2026.1.2 -> 2026.3.0

Diff: https://github.com/dask/distributed/compare/2026.1.2...2026.3.0

Changelog: https://github.com/dask/distributed/releases/tag/2026.3.0
This commit is contained in:
Gaetan Lepage
2026-03-27 23:53:59 +00:00
parent 8deb947bd8
commit 3176f2ee8f
@@ -27,14 +27,14 @@
buildPythonPackage (finalAttrs: {
pname = "distributed";
version = "2026.1.2";
version = "2026.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dask";
repo = "distributed";
tag = finalAttrs.version;
hash = "sha256-VkZ9rd+eVyfwfRMSAqriR8UjdlqsqHYCkCHZJnk0VOU=";
hash = "sha256-lStJwJbhuyPuJ7Nbcm6S6f7tq1T5DtAy8zE1p2Mdrt0=";
};
build-system = [