fanficfare: 4.39.0 -> 4.40.0 (#356530)

This commit is contained in:
Nick Cao 2024-11-17 08:44:52 -05:00 committed by GitHub
commit 2d0ab4eb39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "fanficfare";
version = "4.39.0";
version = "4.40.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-F6+mWCFQHdE4qvnZ8FH2XgXwET76j3hy22bK5BELHtY=";
hash = "sha256-5WquEgSqPFMq+HU0K94QiC9WsP6Iv+CpE1ZsBgdYGFI=";
};
nativeBuildInputs = with python3Packages; [