fanficfare: 4.46.0 -> 4.47.0

This commit is contained in:
R. Ryantm
2025-07-07 18:02:34 +00:00
parent d21de76070
commit c27529e525
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "fanficfare";
version = "4.46.0";
version = "4.47.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-stJ3vnPwUL6fh0B09EiL42CLdEDQujqYZ9cbUR+LFcY=";
hash = "sha256-Q2k2wNopBAiPikAU0/yY21OnQEHdclnjuoHqbbPAoL0=";
};
nativeBuildInputs = with python3Packages; [