Merge pull request #81766 from r-ryantm/auto-update/FanFicFare

fanficfare: 3.15.0 -> 3.16.0
This commit is contained in:
Ryan Mulligan 2020-03-05 07:56:25 -08:00 committed by GitHub
commit aa7634d817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];