From ce2f0087425742403e588b6d802dd769becf7436 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 4 Dec 2024 00:42:41 +0100 Subject: [PATCH] python312Packages.distributed: 2024.11.2 -> 2024.12.1 Diff: https://github.com/dask/distributed/compare/refs/tags/2024.11.2...2024.12.1 Changelog: https://github.com/dask/distributed/releases/tag/2024.12.1 --- pkgs/development/python-modules/distributed/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/distributed/default.nix b/pkgs/development/python-modules/distributed/default.nix index 4103bf1d0582..79048685d00d 100644 --- a/pkgs/development/python-modules/distributed/default.nix +++ b/pkgs/development/python-modules/distributed/default.nix @@ -28,14 +28,14 @@ buildPythonPackage rec { pname = "distributed"; - version = "2024.11.2"; + version = "2024.12.1"; pyproject = true; src = fetchFromGitHub { owner = "dask"; repo = "distributed"; - rev = "refs/tags/${version}"; - hash = "sha256-V+SObUbzrfSI6h5HinyzvffsbcjvXZ8IZss67qIwxKM="; + tag = version; + hash = "sha256-R8DTiatme99afA6enTpC3AFN0KRmDbd+VGpXRNqvE8w="; }; postPatch = ''