about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-05 01:59:04 +0200
committerGitHub <noreply@github.com>2024-06-05 01:59:04 +0200
commit1986e87530d4d6ac1410fe803d072052ec41d4ed (patch)
tree05de0bf040395e9762e192de0c94e25f3f877810 /pkgs
parent40e4bc9ba550a29062fb753f483c4267dece6bd5 (diff)
parent7aa5c903320737ecf424832c0ba447eba3d561fc (diff)
Merge pull request #316003 from WWeapn/fanficfare-4.34.0
fanficfare: 4.33.0 -> 4.34.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/text/fanficfare/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/fanficfare/default.nix b/pkgs/tools/text/fanficfare/default.nix
index f4cf0f68b45b1..df0c9d2ca6f7f 100644
--- a/pkgs/tools/text/fanficfare/default.nix
+++ b/pkgs/tools/text/fanficfare/default.nix
@@ -1,13 +1,13 @@
 { lib, python3Packages, fetchPypi }:
 
 python3Packages.buildPythonApplication rec {
-  pname = "FanFicFare";
-  version = "4.33.0";
+  pname = "fanficfare";
+  version = "4.34.0";
   pyproject = true;
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-1s3YeI4deej+lkDXtFzfBOtATY+jx+KB7JAnLUDZK8w=";
+    hash = "sha256-aYXTu/sYBqI45BcCIsC4Fdi+nnvK3eqDqvpsV1wNdXc=";
   };
 
   nativeBuildInputs = with python3Packages; [