about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-06 08:43:58 -0500
committerGitHub <noreply@github.com>2024-03-06 08:43:58 -0500
commite00c9c7904cd1c03b4e653cfb62a087c31ba1435 (patch)
treea9da618d67698e745ed29350137045be292a9723 /pkgs/tools/text
parentf68e18609fce7c8fd0719d8d4b7e5711d14d79ea (diff)
parentb2b2a5c81036b61da087ff0d3f63128efc5e580b (diff)
Merge pull request #293561 from r-ryantm/auto-update/fanficfare
fanficfare: 4.31.0 -> 4.32.3
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 ba20910e1b8d2..149082cc995f0 100644
--- a/pkgs/tools/text/fanficfare/default.nix
+++ b/pkgs/tools/text/fanficfare/default.nix
@@ -2,12 +2,12 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "FanFicFare";
-  version = "4.31.0";
+  version = "4.32.3";
   pyproject = true;
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-6AdiyL51UzK/f7wGn2UekAglGPIs4vfyYbC/MdD0aEk=";
+    hash = "sha256-Qfe24Ees3LLnSuU4kjn+dwtKjLBSYgF22U1YAtpw1po=";
   };
 
   nativeBuildInputs = with python3Packages; [