python3Packages.fpdf2: 2.8.3 -> 2.8.4 (#440812)

This commit is contained in:
Wolfgang Walther
2025-09-23 16:37:24 +00:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "fpdf2";
version = "2.8.3";
version = "2.8.4";
pyproject = true;
src = fetchFromGitHub {
owner = "py-pdf";
repo = "fpdf2";
tag = version;
hash = "sha256-uLaVRseakLg7Q9QO4F6BM7vQIFeA44ry8cqDfas8oMA=";
hash = "sha256-MD1ci80FBX8pVspMPqAX2UaTjymWHReI3lA9J4ZiBio=";
};
build-system = [ setuptools ];