python3Packages.pytest-cov: 6.1.1 -> 6.2.1
https://github.com/pytest-dev/pytest-cov/blob/v6.2.1/CHANGELOG.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-cov";
|
||||
version = "6.1.1";
|
||||
version = "6.2.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "pytest_cov";
|
||||
inherit version;
|
||||
hash = "sha256-RpNfeq77p2DnFsLr++HCFiQLlZKWbn2pnqgpLU0+Kgo=";
|
||||
hash = "sha256-JcxswKU1ggS4EI7O3FGptXs0zGuMlnzCwBpOANimfaI=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user