fanficfare: 3.15.0 -> 3.16.0
This commit is contained in:
parent
7399c59c41
commit
983a77a46c
@ -2,11 +2,11 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "FanFicFare";
|
||||
version = "3.15.0";
|
||||
version = "3.16.0";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "12nsrl8nvg52mi136m7ayvaivwjapn7ry95137ynj1njy2w990hm";
|
||||
sha256 = "1l76fh23a9wmw47bahd5l1bxyqcy54lahvid373iy9p3586fskis";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tool for making eBooks from fanfiction web sites";
|
||||
homepage = https://github.com/JimmXinu/FanFicFare;
|
||||
homepage = "https://github.com/JimmXinu/FanFicFare";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ dwarfmaster ];
|
||||
|
Loading…
Reference in New Issue
Block a user