python27Packages.dominate: 2.4.0 -> 2.5.1
This commit is contained in:
parent
8d72e6bd5f
commit
8e967e8b8d
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dominate";
|
pname = "dominate";
|
||||||
version = "2.4.0";
|
version = "2.5.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1775cz6lipb43hmjll77m2pxh72pikng74lpg30v9n1b66s78959";
|
sha256 = "0y4xzch6kwzddwz6pmk8cd09r3dpkxm1bh4q1byhm37a0lb4h1cv";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = !isPy3k;
|
doCheck = !isPy3k;
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
description = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
Loading…
Reference in New Issue
Block a user