From a32bb7efcc49a4019f9711b0dedadd36715312e5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 17 Nov 2023 08:02:17 +0100 Subject: [PATCH] python311Packages.distributed: 2023.10.0 -> 2023.12.0 Diff: https://github.com/dask/distributed/compare/refs/tags/2023.10.0...2023.12.0 Changelog: https://github.com/dask/distributed/blob/2023.12.0/docs/source/changelog.rst --- 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 55d5dabdd009..074a450a39e4 100644 --- a/pkgs/development/python-modules/distributed/default.nix +++ b/pkgs/development/python-modules/distributed/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "distributed"; - version = "2023.10.0"; + version = "2023.12.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "dask"; repo = "distributed"; rev = "refs/tags/${version}"; - hash = "sha256-V0L1qY9xtJgKxNEZ69z8CQuXsUs30cqu6xFrsjKWkbY="; + hash = "sha256-Zv31BTzY31eXkU7wqa+h33qGrH+OTzKEj6L7Ei/aizk="; }; postPatch = ''