python310Packages.pytest-check: 2.2.3 -> 2.2.4

This commit is contained in:
R. Ryantm
2024-01-10 08:08:26 +00:00
parent 2225c6a883
commit 5c96a67a15
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pytest-check";
version = "2.2.3";
version = "2.2.4";
format = "pyproject";
src = fetchPypi {
pname = "pytest_check";
inherit version;
hash = "sha256-bfAyZLa7zyXNhhUSDNoDtObRH9srfI3eapyP7xinSVw=";
hash = "sha256-0uaWYDFB9bLekFuTWD5FmE7DxhzscCZJ3rEL2XSFYLs=";
};
nativeBuildInputs = [