python3Packages.reportlab: 3.5.48 -> 3.5.53

This commit is contained in:
Frederik Rietdijk 2020-10-25 10:06:57 +01:00 committed by Jonathan Ringer
parent 990360cf29
commit 351659f85e
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@ let
ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
in buildPythonPackage rec {
pname = "reportlab";
version = "3.5.48";
version = "3.5.53";
src = fetchPypi {
inherit pname version;
sha256 = "0bfe3fe6e1bd1d922f83683eae2ba1d2d29de94e25fb115eacca9530b4b02f76";
sha256 = "49e32586d3a814a5f77407c0590504a72743ca278518b3c0f90182430f2d87af";
};
checkInputs = [ glibcLocales ];