python3Packages.pytest-check: 1.0.4 -> 1.0.5

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:15 +02:00
parent 260eba1563
commit 6431b42123

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "pytest-check";
version = "1.0.4";
version = "1.0.5";
format = "flit";
src = fetchPypi {
pname = "pytest_check";
inherit version;
sha256 = "c93eee5a98bcd28634a4ec657ab62c46d25fa384300811e5a925d9c4d98b9540";
sha256 = "sha256-ucjbax3uPB5mFivQebgcCDKWy3Ex6YQVGcKKQIGKSHU=";
};
buildInputs = [ pytest ];