python3Packages.fpdf2: 2.8.3 -> 2.8.4

This commit is contained in:
R. Ryantm
2025-09-07 03:08:30 +00:00
parent 38c4f0e410
commit 9ac99d9c0d

View File

@@ -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 ];