python3Packages.coverage: 7.4.3 -> 7.4.4

This commit is contained in:
Martin Weinelt
2024-04-22 13:59:51 +02:00
parent d8201268f7
commit ca63fdcacb
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "coverage";
version = "7.4.3";
version = "7.4.4";
pyproject = true;
# uses f strings
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-J29gd6XGFEekjRM+0T51nAnmKv8NyEJ0po3BhmAQTVI=";
hash = "sha256-yQHfg9CXZJ4lfoA74iWSrt/VGC8Hs8yH1kC7ua/VD0k=";
};
nativeBuildInputs = [