python3Packages.coverage: 7.2.1 -> 7.3.1

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:26 +02:00
parent 15af33b742
commit a046621efd
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "coverage";
version = "7.2.1";
version = "7.3.1";
# uses f strings
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
hash = "sha256-x38qkJPM8yndUjqbKzyFTCDSo9lott7zuCAnLKZzIkI=";
hash = "sha256-bLf+FYHetnt4LBUxNlQeIJAaoxLO7a8UZ9yzUlV4eVI=";
};
# No tests in archive