python3Packages.trio: 0.16.0 -> 0.17.0

This commit is contained in:
Martin Weinelt 2020-10-16 23:51:38 +02:00 committed by Jon
parent 67f67075c0
commit 0ed7c480e2

View file

@ -18,12 +18,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "trio"; pname = "trio";
version = "0.16.0"; version = "0.17.0";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "df067dd0560c321af39d412cd81fc3a7d13f55af9150527daab980683e9fcf3c"; sha256 = "0zcxirpdvvl54pbfkgw7vz984879xwvdygqfpggnam24is2zjp78";
}; };
checkInputs = [ astor pytestCheckHook pyopenssl trustme jedi pylint yapf ]; checkInputs = [ astor pytestCheckHook pyopenssl trustme jedi pylint yapf ];