1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

pythonPackages.html2text: 2015.11.4 -> 2016.9.19

This commit is contained in:
Frederik Rietdijk 2016-10-05 13:36:07 +02:00
parent 5fc1a22a23
commit 9caf12c88e

View file

@ -28389,16 +28389,17 @@ in modules // {
};
html2text = buildPythonPackage rec {
name = "html2text-2015.11.4";
disabled = ! isPy27;
name = "html2text-2016.9.19";
src = pkgs.fetchurl {
url = "mirror://pypi/h/html2text/${name}.tar.gz";
sha256 = "021pqcshxajhdy4whkawz95v98m8njv5lknzgac0sp8jzl01qls4";
sha256 = "554ef5fd6c6cf6e3e4f725a62a3e9ec86a0e4d33cd0928136d1c79dbeb7b2d55";
};
meta = {
description = "Turn HTML into equivalent Markdown-structured text";
homepage = https://github.com/Alir3z4/html2text/;
license = licenses.gpl3;
};
};