python310Packages.pytest-subtesthack: 0.1.2 -> 0.2.0

This commit is contained in:
R. Ryantm 2022-07-31 08:10:19 +00:00 committed by Jonathan Ringer
parent f3b0df8ab8
commit 8e31bf7beb

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pytest-subtesthack";
version = "0.1.2";
version = "0.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "0711e5d04c291ac9ac6c9eff447ec2811b1d23ccdfe1417d16d4f96481efcbe6";
sha256 = "sha256-67UEIDycAf3TedKvp0dofct7HtG+H8DD9Tmy3oEnYgA=";
};
buildInputs = [ pytest ];