Merge pull request #34617 from calvertvl/upd_fanficfare_2.22.0
fanficfare: 2.16.0 -> 2.22.0
This commit is contained in:
commit
9accca260e
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, python27Packages }:
|
{ stdenv, fetchurl, python27Packages }:
|
||||||
|
|
||||||
python27Packages.buildPythonApplication rec {
|
python27Packages.buildPythonApplication rec {
|
||||||
version = "2.16.0";
|
version = "2.22.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 = "0c31z7w4b3wz5nahsmnfhvp3srprfsqbp3zyngw4cqw3dm17kvvi";
|
sha256 = "1gwr2qk0wff8f69w21ffj6cq8jklqd89vcdhhln6ii1h1kf8k031";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];
|
propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];
|
||||||
|
Loading…
Reference in New Issue
Block a user