fanficfare: 4.49.0 -> 4.50.0 (#454671)

This commit is contained in:
Nick Cao
2025-10-24 20:23:46 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "fanficfare";
version = "4.49.0";
version = "4.50.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-b+PGsm5szBAd8R7P+TT4EyXd2ULgr3+AV5F15S3pn3o=";
hash = "sha256-+4hasWmQx//HzKwOmtlGqutw95rKFvWL97Ec1xLE1Js=";
};
nativeBuildInputs = with python3Packages; [