python: unittest-xml-reporting: 2.5.2 -> 3.0.2
This commit is contained in:
parent
03306f4c0d
commit
e4beafdd55
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "unittest-xml-reporting";
|
||||
version = "2.5.2";
|
||||
version = "3.0.2";
|
||||
|
||||
propagatedBuildInputs = [six];
|
||||
|
||||
|
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9d28ddf6524cf0ff9293f61bd12e792de298f8561a5c945acea63fb437789e0e";
|
||||
sha256 = "e09b8ae70cce9904cdd331f53bf929150962869a5324ab7ff3dd6c8b87e01f7d";
|
||||
};
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/xmlrunner/unittest-xml-reporting/tree/master/";
|
||||
|
|
Loading…
Reference in a new issue