lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+2 -2
+2 -2
pkgs/development/python-modules/pytest-cov/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pytest-cov"; 14 - version = "6.1.1"; 14 + version = "6.2.1"; 15 15 pyproject = true; 16 16 17 17 src = fetchPypi { 18 18 pname = "pytest_cov"; 19 19 inherit version; 20 - hash = "sha256-RpNfeq77p2DnFsLr++HCFiQLlZKWbn2pnqgpLU0+Kgo="; 20 + hash = "sha256-JcxswKU1ggS4EI7O3FGptXs0zGuMlnzCwBpOANimfaI="; 21 21 }; 22 22 23 23 build-system = [ setuptools ];