Merge pull request #328585 from r-ryantm/auto-update/python312Packages.distributed

python312Packages.distributed: 2024.7.0 -> 2024.7.1
This commit is contained in:
Robert Schütz
2024-07-20 00:48:48 -07:00
committed by GitHub
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "distributed";
version = "2024.7.0";
version = "2024.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "distributed";
rev = "refs/tags/${version}";
hash = "sha256-Nf/TOLqBaYhezXcBJPMvBwkP+cH5BnN5rxGqLMAb/8U=";
hash = "sha256-1VLYOUPo2esFltcoI6B/HMGyuyRq4vvkE55C8acdbG8=";
};
postPatch = ''