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 }:
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; [