python3Packages.fpdf2: 2.8.4 -> 2.8.5 (#461496)

This commit is contained in:
Leona Maroni
2025-11-15 09:21:17 +00:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "fpdf2";
version = "2.8.4";
version = "2.8.5";
pyproject = true;
src = fetchFromGitHub {
owner = "py-pdf";
repo = "fpdf2";
tag = version;
hash = "sha256-MD1ci80FBX8pVspMPqAX2UaTjymWHReI3lA9J4ZiBio=";
hash = "sha256-LQZ7OMfL+PFxEc7q/dSw+YJoKr+eYEaZF8XCzd7AdBI=";
};
build-system = [ setuptools ];