python312Packages.pytest-check: 2.3.1 -> 2.4.1

This commit is contained in:
R. Ryantm
2024-08-28 15:23:16 +00:00
parent 8a2f45a81f
commit b2c270d404
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "pytest-check";
version = "2.3.1";
version = "2.4.1";
pyproject = true;
src = fetchPypi {
pname = "pytest_check";
inherit version;
hash = "sha256-UbjxiozKpCbF2RPE4ORvAUqqdXlIHqA9Itfh9Jj2ibI=";
hash = "sha256-UiTvzvBZv38M2iU/jQ9icEtIGf9IyT9RxnWupqAU9lA=";
};
nativeBuildInputs = [ flit-core ];