fanficfare: 4.48.0 -> 4.49.0

This commit is contained in:
R. Ryantm
2025-10-02 16:11:15 +00:00
parent 41b88f48c1
commit ccd1744ddf
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "fanficfare";
version = "4.48.0";
version = "4.49.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-UBjiq2LRO2Y3MqKwbCMqVnrXXHtc4QeC15yce7DbgQw=";
hash = "sha256-b+PGsm5szBAd8R7P+TT4EyXd2ULgr3+AV5F15S3pn3o=";
};
nativeBuildInputs = with python3Packages; [