fanficfare: 4.49.0 -> 4.50.0

This commit is contained in:
R. Ryantm
2025-10-22 20:24:46 +00:00
parent 90debb4165
commit 60271a21aa
+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; [