python37Packages.unittest-xml-reporting: 2.2.0 -> 2.2.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-unittest-xml-reporting/versions
This commit is contained in:
R. RyanTM 2019-01-16 07:36:37 -08:00 committed by Frederik Rietdijk
parent 477a34d960
commit b53b46c250

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "unittest-xml-reporting";
version = "2.2.0";
version = "2.2.1";
propagatedBuildInputs = [six];
@ -11,7 +11,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "3ba27af788bddb4403ee72561bfd3df2deb27a926a5426aa9beeb354c59b9c44";
sha256 = "1cn870jgf4h0wb4bnafw527g1dj6rd3rgyjz4f64khd0zx9qs84z";
};
meta = with lib; {
homepage = https://github.com/xmlrunner/unittest-xml-reporting/tree/master/;