summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2019-06-01 22:23:44 +0200
committerGitHub <noreply@github.com>2019-06-01 22:23:44 +0200
commitf2657026bacb2fee8282ea58f7a580debbd22d31 (patch)
tree4c21f5a1fa28ea580be1cca65d8712fc7b2094d1 /pkgs/tools/text
parentbf1ee0d4f09f4c3203646a0d686913a62f4a06e8 (diff)
parentcc9f389c04ee995c9c9fda3fe67d4ba82d4e7768 (diff)
Merge pull request #62401 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.7.0 -> 3.8.0
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/fanficfare/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/fanficfare/default.nix b/pkgs/tools/text/fanficfare/default.nix
index 3bf016749776..8a60d52faab4 100644
--- a/pkgs/tools/text/fanficfare/default.nix
+++ b/pkgs/tools/text/fanficfare/default.nix
@@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "FanFicFare";
- version = "3.7.0";
+ version = "3.8.0";
src = python3Packages.fetchPypi {
inherit pname version;
- sha256 = "1h4a1y9m65lf495r52gayprlbxpd43hpbhcbawadbkxf26gr1vkk";
+ sha256 = "1lwzg1mghjfggjyf35vqakfwkd4xcvcx2xfqnz0m3imlxk729kdl";
};
propagatedBuildInputs = with python3Packages; [