python312Packages.distributed: 2024.7.0 -> 2024.7.1

This commit is contained in:
R. Ryantm
2024-07-20 04:38:30 +00:00
parent b098e0c792
commit e56a0db7b3
@@ -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 = ''