python312Packages.fpdf2: 2.7.9 -> 2.8.1

This commit is contained in:
R. Ryantm 2024-10-04 17:02:49 +00:00
parent 41365241bb
commit d9d9349f86

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 = ''