From 3176f2ee8f9b24351dc9172a70299fd0bf3fadf0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 22 Mar 2026 23:16:21 +0000 Subject: [PATCH] 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 --- pkgs/development/python-modules/distributed/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/distributed/default.nix b/pkgs/development/python-modules/distributed/default.nix index 81999062196e..8a03aa1cd8ea 100644 --- a/pkgs/development/python-modules/distributed/default.nix +++ b/pkgs/development/python-modules/distributed/default.nix @@ -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 = [