fanficfare: 2.9.0 -> 2.16.0

This commit is contained in:
Victor Calvert 2017-05-03 02:49:09 -04:00
parent 4b8435dcee
commit be40ed5a0b

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, python27Packages }:
python27Packages.buildPythonApplication rec {
version = "2.9.0";
version = "2.16.0";
name = "fanficfare-${version}";
nameprefix = "";
src = fetchurl {
url = "https://github.com/JimmXinu/FanFicFare/archive/v${version}.tar.gz";
sha256 = "781e9095d8152345a6106135e87c46eb306ff234b847de5073faca2f78544398";
sha256 = "0c31z7w4b3wz5nahsmnfhvp3srprfsqbp3zyngw4cqw3dm17kvvi";
};
propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];