Merge pull request #133800 from r-ryantm/auto-update/python3.8-coveralls

This commit is contained in:
Sandro 2021-08-26 23:23:27 +02:00 committed by GitHub
commit b1c2b32d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "coveralls";
version = "3.1.0";
version = "3.2.0";
disabled = isPy27;
# wanted by tests
src = fetchPypi {
inherit pname version;
sha256 = "9b3236e086627340bf2c95f89f757d093cbed43d17179d3f4fb568c347e7d29a";
sha256 = "15a987d9df877fff44cd81948c5806ffb6eafb757b3443f737888358e96156ee";
};
checkInputs = [