fanficfare: 2.9.0 -> 2.16.0
This commit is contained in:
parent
4b8435dcee
commit
be40ed5a0b
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, python27Packages }:
|
{ stdenv, fetchurl, python27Packages }:
|
||||||
|
|
||||||
python27Packages.buildPythonApplication rec {
|
python27Packages.buildPythonApplication rec {
|
||||||
version = "2.9.0";
|
version = "2.16.0";
|
||||||
name = "fanficfare-${version}";
|
name = "fanficfare-${version}";
|
||||||
nameprefix = "";
|
nameprefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/JimmXinu/FanFicFare/archive/v${version}.tar.gz";
|
url = "https://github.com/JimmXinu/FanFicFare/archive/v${version}.tar.gz";
|
||||||
sha256 = "781e9095d8152345a6106135e87c46eb306ff234b847de5073faca2f78544398";
|
sha256 = "0c31z7w4b3wz5nahsmnfhvp3srprfsqbp3zyngw4cqw3dm17kvvi";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];
|
propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user