pythonPackages.trio: 0.6.0 -> 0.7.0 (#47638)

This commit is contained in:
catern 2018-10-02 06:52:58 -04:00 committed by xeji
parent 34ac35dfc6
commit 9ac7893042

View File

@ -13,12 +13,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "trio"; pname = "trio";
version = "0.6.0"; version = "0.7.0";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "7a80c10b89068950aa649edd4b09a6f56236642c2c2e648b956289d2301fdb9e"; sha256 = "0df152qnj4xgxrxzd8619f8h77mzry7z8sp4m76fi21gnrcr297n";
}; };
checkInputs = [ pytest pyopenssl trustme ]; checkInputs = [ pytest pyopenssl trustme ];