forked from mirrors/nixpkgs
python3Packages.trio: 0.16.0 -> 0.17.0
This commit is contained in:
parent
67f67075c0
commit
0ed7c480e2
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue