mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.coveralls: fix src hash (#475425)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user