fanficfare: 4.50.0 -> 4.53.0 (#459652)

This commit is contained in:
Weijia Wang
2026-02-03 13:59:19 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "fanficfare";
version = "4.50.0";
version = "4.53.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+4hasWmQx//HzKwOmtlGqutw95rKFvWL97Ec1xLE1Js=";
hash = "sha256-lUeMP7wWs5+ZzP4pEr0BUvzAIo+NKAqs4bGSGcSmi/k=";
};
nativeBuildInputs = with python3Packages; [