3
0
Fork 0
forked from mirrors/nixpkgs

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

fanficfare: 4.29.0 -> 4.30.0
This commit is contained in:
Peder Bergebakken Sundt 2024-01-23 02:58:12 +01:00 committed by GitHub
commit 16cad9294b
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.29.0";
version = "4.30.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-dfPb/PWguUIUAR3EdriPygs5sozc69WZmN9bcqrNPFM=";
hash = "sha256-bUJWpl0sBN7ljr1tPDW2a346NsgLhWexl/kzdXTki1o=";
};
nativeBuildInputs = with python3Packages; [