fanficfare: 4.40.0 -> 4.41.0 (#372877)

This commit is contained in:
Nick Cao
2025-01-11 10:41:42 -05:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "fanficfare";
version = "4.40.0";
version = "4.41.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-5WquEgSqPFMq+HU0K94QiC9WsP6Iv+CpE1ZsBgdYGFI=";
hash = "sha256-KZm3hhJzXZzHy11Ad6IdB5ixlLtIDFcx5X8ydqVpJKA=";
};
nativeBuildInputs = with python3Packages; [