fanficfare: 4.33.0 -> 4.34.0

This commit is contained in:
WWeapn 2024-05-30 23:41:01 +02:00
parent 0509bb8779
commit 7aa5c90332

View File

@ -1,13 +1,13 @@
{ lib, python3Packages, fetchPypi }: { lib, python3Packages, fetchPypi }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "FanFicFare"; pname = "fanficfare";
version = "4.33.0"; version = "4.34.0";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-1s3YeI4deej+lkDXtFzfBOtATY+jx+KB7JAnLUDZK8w="; hash = "sha256-aYXTu/sYBqI45BcCIsC4Fdi+nnvK3eqDqvpsV1wNdXc=";
}; };
nativeBuildInputs = with python3Packages; [ nativeBuildInputs = with python3Packages; [