python3Packages.pytest-check: 2.5.3 -> 2.5.4

This commit is contained in:
R. Ryantm
2025-09-18 18:57:14 +00:00
parent ee164a706c
commit ea5ed7bf07
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "pytest-check";
version = "2.5.3";
version = "2.5.4";
pyproject = true;
src = fetchPypi {
pname = "pytest_check";
inherit version;
hash = "sha256-I1fX33fDldMMDElXck/fzhp16ovJ6yMIwP/lb2KscMo=";
hash = "sha256-M9h+KNXkkhf0Eyd+Hg0mfNZskKhaIIlExEMSycjk/3Q=";
};
build-system = [ hatchling ];