python3Packages.distributed: 2022.9.0 -> 2022.9.1

This commit is contained in:
Martin Weinelt 2022-09-19 02:15:46 +02:00 committed by Sandro Jäckel
parent 4fff5ba5b6
commit 059b20eca1
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "distributed";
version = "2022.9.0";
version = "2022.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uRXwWgWbVVW8B96gzwVwWfdR6eTn+1XFR3Y4PKDjYb8=";
hash = "sha256-upj1TipRhhvulyuhX4bfbQSWar9m7Xu3mIsi48G+ewE=";
};
postPatch = ''