python3Packages.pytest-trio: 0.6.0 -> 0.7.0

This commit is contained in:
Martin Weinelt 2020-10-18 16:17:32 +02:00 committed by Jonathan Ringer
parent a5a819e059
commit bbd59a224b

View File

@ -3,14 +3,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-trio"; pname = "pytest-trio";
version = "0.6.0"; version = "0.7.0";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "python-trio"; owner = "python-trio";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "09v2031yxm8ryhq12205ldcck76n3wwqhjjsgfmn6dxfiqb0vbw9"; sha256 = "0bhh2nknhp14jzsx4zzpqm4qnfaihyi65cjf6kf6qgdhc0ax6nf4";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [