python3Packages.reportlab: 3.6.1 -> 3.6.2

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:11 -08:00
parent 700cd6c491
commit 8237fa8e2f
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -11,11 +11,11 @@ let
ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; }); ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "reportlab"; pname = "reportlab";
version = "3.6.1"; version = "3.6.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "68f9324000cfc5570b5a59a92306691b5d655078a399f20bc72c2581fe903261"; sha256 = "f0c4b47b012d893b0b9f5703cf6f01b5593714a3fc1e7dc73efbbfe26bb7e16a";
}; };
checkInputs = [ glibcLocales ]; checkInputs = [ glibcLocales ];