mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python: unittest-xml-reporting: 3.0.2 -> 3.0.3
This commit is contained in:
parent
46f681d6ff
commit
b5abfc5cf5
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "unittest-xml-reporting";
|
||||
version = "3.0.2";
|
||||
version = "3.0.3";
|
||||
disabled = isPy27;
|
||||
|
||||
propagatedBuildInputs = [six];
|
||||
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "e09b8ae70cce9904cdd331f53bf929150962869a5324ab7ff3dd6c8b87e01f7d";
|
||||
sha256 = "89ad3376cc63dc0f7227c1e39d03d5f6a20807fef989c57d8c623446b5f79575";
|
||||
};
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/xmlrunner/unittest-xml-reporting/tree/master/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue