Merge pull request #278017 from r-ryantm/auto-update/python311Packages.pytest-check

python311Packages.pytest-check: 2.2.2 -> 2.2.3
This commit is contained in:
Nick Cao
2024-01-02 11:40:46 -05:00
committed by GitHub
@@ -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 = [