Merge pull request #82133 from r-ryantm/auto-update/python2.7-dominate

python27Packages.dominate: 2.4.0 -> 2.5.1
This commit is contained in:
Mario Rodas 2020-03-09 06:07:31 -05:00 committed by GitHub
commit 7a4cb63912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,17 @@
buildPythonPackage rec {
pname = "dominate";
version = "2.4.0";
version = "2.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "1775cz6lipb43hmjll77m2pxh72pikng74lpg30v9n1b66s78959";
sha256 = "0y4xzch6kwzddwz6pmk8cd09r3dpkxm1bh4q1byhm37a0lb4h1cv";
};
doCheck = !isPy3k;
meta = with lib; {
homepage = https://github.com/Knio/dominate/;
homepage = "https://github.com/Knio/dominate/";
description = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API";
license = licenses.lgpl3;
maintainers = with maintainers; [ ];