python312Packages.fpdf2: 2.8.1 -> 2.8.2

This commit is contained in:
R. Ryantm
2024-12-16 11:30:29 +00:00
parent 83b0c9fd14
commit bc49601256
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "fpdf2";
version = "2.8.1";
version = "2.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "py-pdf";
repo = "fpdf2";
rev = "refs/tags/${version}";
hash = "sha256-MYurl/nEZhdhGxeNalwTWnZ8lr9SYJBR7hIjBZLOrJU=";
tag = version;
hash = "sha256-NfHMmyFT+ZpqfRc41DetbFXs/twr12XagOkk3nGhrYk=";
};
postPatch = ''