python312Packages.pytest-check: 2.2.4 -> 2.3.1

This commit is contained in:
R. Ryantm
2024-01-20 11:48:19 +00:00
parent da01531353
commit 600f5ebba8
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pytest-check";
version = "2.2.4";
version = "2.3.1";
format = "pyproject";
src = fetchPypi {
pname = "pytest_check";
inherit version;
hash = "sha256-0uaWYDFB9bLekFuTWD5FmE7DxhzscCZJ3rEL2XSFYLs=";
hash = "sha256-UbjxiozKpCbF2RPE4ORvAUqqdXlIHqA9Itfh9Jj2ibI=";
};
nativeBuildInputs = [