python310Packages.pytest-instafail: 0.4.2 -> 0.5.0

This commit is contained in:
R. Ryantm
2023-04-02 09:57:32 +00:00
parent 77c642acb2
commit 6e35ea3298
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "pytest-instafail";
version = "0.4.2";
version = "0.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "10lpr6mjcinabqynj6v85bvb1xmapnhqmg50nys1r6hg7zgky9qr";
sha256 = "sha256-M6YG9+DI5kbcO/7g1eOkt7eO98NhaM+h89k698pwbJ4=";
};
nativeCheckInputs = [ pytestCheckHook ];