pythonPackages.html2text: 2015.11.4 -> 2016.9.19
This commit is contained in:
parent
5fc1a22a23
commit
9caf12c88e
@ -28389,16 +28389,17 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
html2text = buildPythonPackage rec {
|
html2text = buildPythonPackage rec {
|
||||||
name = "html2text-2015.11.4";
|
name = "html2text-2016.9.19";
|
||||||
disabled = ! isPy27;
|
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/h/html2text/${name}.tar.gz";
|
url = "mirror://pypi/h/html2text/${name}.tar.gz";
|
||||||
sha256 = "021pqcshxajhdy4whkawz95v98m8njv5lknzgac0sp8jzl01qls4";
|
sha256 = "554ef5fd6c6cf6e3e4f725a62a3e9ec86a0e4d33cd0928136d1c79dbeb7b2d55";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
description = "Turn HTML into equivalent Markdown-structured text";
|
||||||
homepage = https://github.com/Alir3z4/html2text/;
|
homepage = https://github.com/Alir3z4/html2text/;
|
||||||
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user