python3Packages.pytest-check: 2.4.1 -> 2.5.2

https://github.com/okken/pytest-check/releases/tag/2.5.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:56 +02:00
parent 568fb50e3c
commit 78d2a315d0
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "pytest-check";
version = "2.4.1";
version = "2.5.2";
pyproject = true;
src = fetchPypi {
pname = "pytest_check";
inherit version;
hash = "sha256-UiTvzvBZv38M2iU/jQ9icEtIGf9IyT9RxnWupqAU9lA=";
hash = "sha256-Ex+letLw4h45iG4FJVFCu1hOYYgaXkWE/QaxSq5j7l0=";
};
nativeBuildInputs = [ flit-core ];