Merge pull request #279988 from r-ryantm/auto-update/python310Packages.pytest-check

python310Packages.pytest-check: 2.2.3 -> 2.2.4
This commit is contained in:
Florian Klink
2024-01-10 12:06:51 +02:00
committed by GitHub
@@ -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 = [