fanficfare: 4.42.0 -> 4.43.0 (#387120)

This commit is contained in:
Nick Cao
2025-03-06 15:30:17 -05:00
committed by GitHub
+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; [