fanficfare: 4.29.0 -> 4.30.0

This commit is contained in:
R. Ryantm 2024-01-21 06:32:40 +00:00
parent 3211e2cf30
commit 45335dbb49

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