Merge pull request #316003 from WWeapn/fanficfare-4.34.0

fanficfare: 4.33.0 -> 4.34.0
This commit is contained in:
Peder Bergebakken Sundt
2024-06-05 01:59:04 +02:00
committed by GitHub
+3 -3
View File
@@ -1,13 +1,13 @@
{ lib, python3Packages, fetchPypi }:
python3Packages.buildPythonApplication rec {
pname = "FanFicFare";
version = "4.33.0";
pname = "fanficfare";
version = "4.34.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-1s3YeI4deej+lkDXtFzfBOtATY+jx+KB7JAnLUDZK8w=";
hash = "sha256-aYXTu/sYBqI45BcCIsC4Fdi+nnvK3eqDqvpsV1wNdXc=";
};
nativeBuildInputs = with python3Packages; [