python312Packages.fpdf2: 2.7.9 -> 2.8.1 (#346476)

This commit is contained in:
h7x4
2024-10-05 21:16:37 +02:00
committed by GitHub

View File

@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "fpdf2";
version = "2.7.9";
version = "2.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "py-pdf";
repo = "fpdf2";
rev = "refs/tags/${version}";
hash = "sha256-8CuK8ZFn4msOSNIdgOFjD3ygVeiBUw4/Bc3w1J6Kn9U=";
hash = "sha256-MYurl/nEZhdhGxeNalwTWnZ8lr9SYJBR7hIjBZLOrJU=";
};
postPatch = ''