python313Packages.pytest-cov: 6.1.0 -> 6.1.1

https://github.com/pytest-dev/pytest-cov/blob/v6.1.1/CHANGELOG.rst
This commit is contained in:
Martin Weinelt 2025-05-17 11:17:23 +02:00 committed by Robert Schütz
parent 524c7525c4
commit 5158e4b76f

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "pytest-cov";
version = "6.1.0";
version = "6.1.1";
pyproject = true;
src = fetchPypi {
pname = "pytest_cov";
inherit version;
hash = "sha256-7FXoKMZnVeW3SiG9fMA8MDqfkoOJwFY+ULpFSm2+cds=";
hash = "sha256-RpNfeq77p2DnFsLr++HCFiQLlZKWbn2pnqgpLU0+Kgo=";
};
build-system = [ setuptools ];