python311Packages.reportlab: 4.2.0 -> 4.2.2

This commit is contained in:
R. Ryantm 2024-06-28 17:01:49 +00:00
parent c8201d6eef
commit 78acbc2086

View File

@ -18,7 +18,7 @@ let
in
buildPythonPackage rec {
pname = "reportlab";
version = "4.2.0";
version = "4.2.2";
pyproject = true;
# See https://bitbucket.org/pypy/compatibility/wiki/reportlab%20toolkit
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-R0+yjWNDGl1H11yQ1YA5MFDffUkaCceHffMpGi6fbQo=";
hash = "sha256-dl7svdaEkcVpR+KcOLi2m4NO5du90vt0CfCOvevwRCg=";
};
postPatch = ''