about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-04 13:16:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-04 13:16:36 +0000
commit9286566a6089f5a2f9a5956a9ad8ca9b996ee0d8 (patch)
tree34bcbc9971d0569273dabf02716da9c11cb302eb /pkgs/tools/text
parented607387c46487f40d9294efb06c489ca223df69 (diff)
fanficfare: 4.32.3 -> 4.33.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 adf1415140389..f4cf0f68b45b1 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.32.3";
+  version = "4.33.0";
   pyproject = true;
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-Qfe24Ees3LLnSuU4kjn+dwtKjLBSYgF22U1YAtpw1po=";
+    hash = "sha256-1s3YeI4deej+lkDXtFzfBOtATY+jx+KB7JAnLUDZK8w=";
   };
 
   nativeBuildInputs = with python3Packages; [