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

fanficfare: 4.31.0 -> 4.32.3
This commit is contained in:
Nick Cao 2024-03-06 08:43:58 -05:00 committed by GitHub
commit e00c9c7904
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.31.0";
version = "4.32.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-6AdiyL51UzK/f7wGn2UekAglGPIs4vfyYbC/MdD0aEk=";
hash = "sha256-Qfe24Ees3LLnSuU4kjn+dwtKjLBSYgF22U1YAtpw1po=";
};
nativeBuildInputs = with python3Packages; [