python310Packages.distributed: 2022.2.1 -> 2022.5.0

This commit is contained in:
Fabian Affolter 2022-05-22 20:43:47 +02:00 committed by Jonathan Ringer
parent 3bd9157c12
commit 6d106f0582
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "distributed";
version = "2022.2.1";
version = "2022.5.0";
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-+2KnWvjvM7vhqoCmjAGjOpPBzVozLdAXq0SVW/fs9ls=";
hash = "sha256-vI32FPtRwEaHVHjmR8AVOfX0GgCr89h+8savAJMtxQk=";
};
propagatedBuildInputs = [