1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {
pname = "coveralls";
name = "${pname}-python-${version}";
version = "1.2.0";
version = "1.3.0";
# wanted by tests
src = fetchPypi {
inherit pname version;
sha256 = "510682001517bcca1def9f6252df6ce730fcb9831c62d9fff7c7d55b6fdabdf3";
sha256 = "664794748d2e5673e347ec476159a9d87f43e0d2d44950e98ed0e27b98da8346";
};
checkInputs = [