fanficfare: 4.40.0 -> 4.41.0

This commit is contained in:
R. Ryantm 2025-01-11 09:02:45 +00:00
parent 76af1d7fed
commit 34353aa26f

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; [