python3Packages.coverage: 7.6.1 -> 7.6.10

This commit is contained in:
Martin Weinelt
2025-01-27 10:54:59 +01:00
parent 5d858400cd
commit 44c8cbade2
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "coverage";
version = "7.6.1";
version = "7.6.10";
pyproject = true;
# uses f strings
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-lTUQ37exKradIBNaBmI5fwd8WbHmN5p2jpfFnYUu5R0=";
hash = "sha256-f7EFMnyPjwaC4phD4v+Wr53L5bq47rSzmMajOhbYCiM=";
};
nativeBuildInputs = [ setuptools ];