python3Packages.coveralls: fix src hash (#475425)

This commit is contained in:
Sandro
2026-08-24 15:03:21 +00:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "TheKevJames";
repo = "coveralls-python";
tag = version;
hash = "sha256-c7YV1SAbxmqfVI/wGtfdr+S4T7G2q7tf0FhuyCJaPDg=";
hash = "sha256-sr3pR3t21nMZczwugFNAioSry/RxIWAzGdGG070YXGw=";
};
build-system = [ poetry-core ];