python: trio: 0.12.1 -> 0.13.0
This commit is contained in:
parent
f054f49840
commit
47d5b81589
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "trio";
|
||||
version = "0.12.1";
|
||||
version = "0.13.0";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0wnnrs36arvimrfgrlbpjw3nx7lppx43yvk2b380ivv69h52i6hl";
|
||||
sha256 = "f1cf00054ad974c86d9b7afa187a65d79fd5995340abe01e8e4784d86f4acb30";
|
||||
};
|
||||
|
||||
checkInputs = [ astor pytest pyopenssl trustme jedi pylint yapf ];
|
||||
|
|
Loading…
Reference in a new issue