python3Packages.distributed: 2021.6.2 -> 2021.8.1

This commit is contained in:
Martin Weinelt 2021-08-26 21:32:33 +02:00
parent aaa56aea74
commit 36c7f95c78

View file

@ -19,13 +19,13 @@
buildPythonPackage rec {
pname = "distributed";
version = "2021.6.2";
version = "2021.8.1";
disabled = pythonOlder "3.6";
# get full repository need conftest.py to run tests
src = fetchPypi {
inherit pname version;
sha256 = "sha256-19ESqGqwSdzvo7If0brqQhKiwD0iwkvVWtONIaf10Ug=";
sha256 = "c13ac10ecd9ee5f0ff67f5697149062d6e483f23a079918df1ab2e19b11fa77d";
};
propagatedBuildInputs = [