python3Packages.distributed: 2022.7.0 -> 2022.9.0

This commit is contained in:
Martin Weinelt
2022-09-14 23:36:06 +02:00
parent 341a7c8900
commit c876b71f61
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "distributed";
version = "2022.7.0";
version = "2022.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5oq6i+PiDl0RIKvKyEGQn/GAIXCKhBKvpY/xU8T6sKw=";
hash = "sha256-uRXwWgWbVVW8B96gzwVwWfdR6eTn+1XFR3Y4PKDjYb8=";
};
postPatch = ''