python3Packages.coveralls: 3.0.1 -> 3.1.0

This commit is contained in:
Martin Weinelt
2021-06-21 17:00:03 -07:00
committed by Jonathan Ringer
parent b986206034
commit d66942972f
@@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "coveralls";
version = "3.0.1";
version = "3.1.0";
disabled = isPy27;
# wanted by tests
src = fetchPypi {
inherit pname version;
sha256 = "cbb942ae5ef3d2b55388cb5b43e93a269544911535f1e750e1c656aef019ce60";
sha256 = "9b3236e086627340bf2c95f89f757d093cbed43d17179d3f4fb568c347e7d29a";
};
checkInputs = [