python3Packages.reportlab: 3.6.2 -> 3.6.3

This commit is contained in:
Jonathan Ringer
2021-12-14 12:03:55 -08:00
parent d9f24e36ae
commit e5cc63be8e
@@ -11,11 +11,11 @@ let
ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
in buildPythonPackage rec {
pname = "reportlab";
version = "3.6.2";
version = "3.6.3";
src = fetchPypi {
inherit pname version;
sha256 = "f0c4b47b012d893b0b9f5703cf6f01b5593714a3fc1e7dc73efbbfe26bb7e16a";
sha256 = "be4f05230eb17b9c9c61a180ab0c89c30112da2823c77807a2a5ddba19365865";
};
checkInputs = [ glibcLocales ];