python311Packages.pytest-check: 2.2.2 -> 2.2.3

This commit is contained in:
R. Ryantm
2024-01-01 06:35:47 +00:00
parent 3d54a95d71
commit a814ebfa6f
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pytest-check";
version = "2.2.2";
version = "2.2.3";
format = "pyproject";
src = fetchPypi {
pname = "pytest_check";
inherit version;
hash = "sha256-eufpnpDxJ9PQLSnAKostlbWofbPTDczRaen9ZsRP2+g=";
hash = "sha256-bfAyZLa7zyXNhhUSDNoDtObRH9srfI3eapyP7xinSVw=";
};
nativeBuildInputs = [