fanficfare: 2.28.0 -> 3.0.0 (#47065)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fanficfare/versions
This commit is contained in:
parent
873173aa38
commit
5716d42172
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, python27Packages }:
|
{ stdenv, fetchurl, python27Packages }:
|
||||||
|
|
||||||
python27Packages.buildPythonApplication rec {
|
python27Packages.buildPythonApplication rec {
|
||||||
version = "2.28.0";
|
version = "3.0.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 = "18icxs9yaazz9swa2g4ppjsdbl25v22fdv4c1c3xspj3hwksjlvw";
|
sha256 = "0m8p1nn4621fspcas4g4k8y6fnnlzn7kxjxw2fapdrk3cz1pgi69";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];
|
propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];
|
||||||
|
Loading…
Reference in New Issue
Block a user