fanficfare: 4.42.0 -> 4.43.0

This commit is contained in:
R. Ryantm
2025-03-04 21:55:33 +00:00
parent 4f8cf45715
commit a7892c1dde
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "fanficfare";
version = "4.42.0";
version = "4.43.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-DfiZqndOh9XENU3MVubKydhdyeUdzhmRyHhLdxU+qDc=";
hash = "sha256-uaYMmb896gJ31nbcGJs42jlSpvHUTvpLlD00r1icXRY=";
};
nativeBuildInputs = with python3Packages; [