From 7aa5c903320737ecf424832c0ba447eba3d561fc Mon Sep 17 00:00:00 2001 From: WWeapn Date: Thu, 30 May 2024 23:41:01 +0200 Subject: [PATCH] fanficfare: 4.33.0 -> 4.34.0 --- pkgs/tools/text/fanficfare/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/text/fanficfare/default.nix b/pkgs/tools/text/fanficfare/default.nix index f4cf0f68b45b..df0c9d2ca6f7 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; [