mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
fanficfare: 2.9.0 -> 2.16.0
This commit is contained in:
parent
4b8435dcee
commit
be40ed5a0b
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue