Merge pull request #145939 from r-ryantm/auto-update/python38Packages.coveralls

python38Packages.coveralls: 3.2.0 -> 3.3.1
This commit is contained in:
Mario Rodas 2021-11-14 21:05:16 -05:00 committed by GitHub
commit b05815e88a
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.2.0";
version = "3.3.1";
disabled = isPy27;
# wanted by tests
src = fetchPypi {
inherit pname version;
sha256 = "15a987d9df877fff44cd81948c5806ffb6eafb757b3443f737888358e96156ee";
sha256 = "b32a8bb5d2df585207c119d6c01567b81fba690c9c10a753bfe27a335bfc43ea";
};
checkInputs = [