python: trio: 0.12.1 -> 0.13.0
This commit is contained in:
parent
f054f49840
commit
47d5b81589
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "trio";
|
pname = "trio";
|
||||||
version = "0.12.1";
|
version = "0.13.0";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0wnnrs36arvimrfgrlbpjw3nx7lppx43yvk2b380ivv69h52i6hl";
|
sha256 = "f1cf00054ad974c86d9b7afa187a65d79fd5995340abe01e8e4784d86f4acb30";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ astor pytest pyopenssl trustme jedi pylint yapf ];
|
checkInputs = [ astor pytest pyopenssl trustme jedi pylint yapf ];
|
||||||
|
Loading…
Reference in New Issue
Block a user