fanficfare: 4.32.3 -> 4.33.0

This commit is contained in:
R. Ryantm 2024-04-04 13:16:36 +00:00
parent ed607387c4
commit 9286566a60

View file

@ -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; [