about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-07-19 16:42:46 -0700
committerGitHub <noreply@github.com>2020-07-19 16:42:46 -0700
commitb1ba2f17c95a5806fe76814dfe1efe707d8c30f7 (patch)
treefdf2b3fd174c3e9db651082a7aff7e6bce655666 /pkgs
parent12bc3314245bebace2258cc4d92aaaa9daa6a617 (diff)
parent9b4ab6696ef0950919f99b55398c755fa76334ff (diff)
Merge pull request #93320 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.19.0 -> 3.21.0
Diffstat (limited to 'pkgs')
-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 6fc27bdf00cb2..1dbe451436319 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.19.0";
+  version = "3.21.0";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "01cr4941sg6is6k6sajlbr6hs5s47aq9xhp7gadhq4h3x6dilj40";
+    sha256 = "16hklfbww6ibmjr32gg98nlnzl4dwanz6lm3fzg2x3vd7d54m92c";
   };
 
   propagatedBuildInputs = with python3Packages; [