python: coveralls: 1.2.0 -> 1.3.0

This commit is contained in:
Frederik Rietdijk 2018-04-04 20:04:47 +02:00
parent 3a18d042f2
commit 1b96bdc9f5

View File

@ -16,12 +16,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "coveralls"; pname = "coveralls";
name = "${pname}-python-${version}"; name = "${pname}-python-${version}";
version = "1.2.0"; version = "1.3.0";
# wanted by tests # wanted by tests
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "510682001517bcca1def9f6252df6ce730fcb9831c62d9fff7c7d55b6fdabdf3"; sha256 = "664794748d2e5673e347ec476159a9d87f43e0d2d44950e98ed0e27b98da8346";
}; };
checkInputs = [ checkInputs = [