fanficfare: 4.46.0 -> 4.47.0 (#423279)

This commit is contained in:
Weijia Wang
2025-07-26 06:04:01 +02:00
committed by GitHub
+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; [