python312Packages.distributed: 2024.9.0 -> 2024.9.1

Diff: https://github.com/dask/distributed/compare/refs/tags/2024.9.0...2024.9.1

Changelog: https://github.com/dask/distributed/releases/tag/2024.9.1
This commit is contained in:
Gaetan Lepage
2024-09-30 00:10:28 +02:00
parent 6300fc82be
commit f460d5b972
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "distributed";
version = "2024.9.0";
version = "2024.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "dask";
repo = "distributed";
rev = "refs/tags/${version}";
hash = "sha256-jzifqTGHAto+7LExUs0kSd8852EfELEL8acSElXlEx0=";
hash = "sha256-UDfa59o+3RVN3QppoUamScdcH8XGOB+KAxArI5w7x6M=";
};
postPatch = ''