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