python310Packages.pytest-pythonpath: 0.7.3 -> 0.7.4

This commit is contained in:
R. Ryantm
2022-02-11 09:49:55 -08:00
committed by Jonathan Ringer
parent ccb806afd7
commit d4eb485adc
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pytest-pythonpath";
version = "0.7.3";
version = "0.7.4";
src = fetchPypi {
inherit pname version;
sha256 = "0qhxh0z2b3p52v3i0za9mrmjnb1nlvvyi2g23rf88b3xrrm59z33";
sha256 = "sha256-ZOGVsjqPjAxjH7Fogtmtb6QTftHylh3dFdUgZc1DXbY=";
};
buildInputs = [ pytest ];