python3Packages.fpdf2: 2.8.2 -> 2.8.3

https://github.com/py-pdf/fpdf2/blob/2.8.3/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:31 +02:00
parent b5a6aa576b
commit c867efa88a
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "fpdf2";
version = "2.8.2";
version = "2.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "py-pdf";
repo = "fpdf2";
tag = version;
hash = "sha256-NfHMmyFT+ZpqfRc41DetbFXs/twr12XagOkk3nGhrYk=";
hash = "sha256-uLaVRseakLg7Q9QO4F6BM7vQIFeA44ry8cqDfas8oMA=";
};
nativeBuildInputs = [ setuptools ];
@@ -63,7 +63,7 @@ buildPythonPackage rec {
meta = {
homepage = "https://github.com/py-pdf/fpdf2";
description = "Simple PDF generation for Python";
changelog = "https://github.com/py-pdf/fpdf2/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/py-pdf/fpdf2/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ jfvillablanca ];
};