fanficfare: 4.45.0 -> 4.46.0

This commit is contained in:
R. Ryantm
2025-06-09 05:57:53 +00:00
parent 047f31d25b
commit f51d9e5e83
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "fanficfare";
version = "4.45.0";
version = "4.46.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-KCKuPaXH9EqcqrRucJcvDrIEqKE4sx/evkIfoqVcZ4g=";
hash = "sha256-stJ3vnPwUL6fh0B09EiL42CLdEDQujqYZ9cbUR+LFcY=";
};
nativeBuildInputs = with python3Packages; [