python3Packages.pytest-check: 2.5.4 -> 2.6.0 (#450004)

This commit is contained in:
Florian Klink
2025-10-14 07:15:40 +00:00
committed by GitHub
@@ -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 ];