Merge pull request #285877 from r-ryantm/auto-update/fanficfare

fanficfare: 4.30.0 -> 4.31.0
This commit is contained in:
Nick Cao 2024-02-05 09:49:07 -05:00 committed by GitHub
commit ecd142a065
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.30.0";
version = "4.31.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-bUJWpl0sBN7ljr1tPDW2a346NsgLhWexl/kzdXTki1o=";
hash = "sha256-6AdiyL51UzK/f7wGn2UekAglGPIs4vfyYbC/MdD0aEk=";
};
nativeBuildInputs = with python3Packages; [