python3Packages.distributed: 2022.2.0 -> 2022.2.1

This commit is contained in:
Martin Weinelt 2022-03-02 22:41:56 +01:00
parent 54a6971a65
commit 8bd3a13259

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "distributed";
version = "2022.2.0";
version = "2022.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
# get full repository need conftest.py to run tests
src = fetchPypi {
inherit pname version;
hash = "sha256-Gi9u7JczpnAEg53E7N5tXBfAeWZaLBVzRU3SpbU3bZU=";
hash = "sha256-+2KnWvjvM7vhqoCmjAGjOpPBzVozLdAXq0SVW/fs9ls=";
};
propagatedBuildInputs = [