python3Packages.reportlab: 3.6.5 -> 3.6.8

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:23 +01:00
parent 12578139a6
commit 4d7f7a9fc9

View File

@ -11,11 +11,11 @@ let
ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
in buildPythonPackage rec {
pname = "reportlab";
version = "3.6.5";
version = "3.6.8";
src = fetchPypi {
inherit pname version;
sha256 = "d8fe27ad312671c9347cf5997f7c1017833fac17233f33296281ba9fa0de189a";
sha256 = "sha256-3HZX/LC8PkhcPIaaRN3bUtcRNWoBpFZmS3vvgnIiyYI=";
};
checkInputs = [ glibcLocales ];