python3Packages.pytest-check: 2.5.4 -> 2.6.0

This commit is contained in:
R. Ryantm
2025-10-08 17:17:00 +00:00
parent 59f9c6722b
commit 8a4793fdc0
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "pytest-check";
version = "2.5.4";
version = "2.6.0";
pyproject = true;
src = fetchPypi {
pname = "pytest_check";
inherit version;
hash = "sha256-M9h+KNXkkhf0Eyd+Hg0mfNZskKhaIIlExEMSycjk/3Q=";
hash = "sha256-m+TFmgmCcSkQkUjIXXtZZLV/ClztG2GUWcow5vRjykI=";
};
build-system = [ hatchling ];