python: reportlab: 3.5.28 -> 3.5.31
This commit is contained in:
parent
1130b5a096
commit
cf22368300
@ -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.5.28";
|
version = "3.5.31";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7195c6ea096d10c91cc470f9f0ced3ad74470d9c0fd97923b5e764597dd13671";
|
sha256 = "3e2d2ea8ac3d63c918a2b40476c2745704d0364abe2b9c844c75992132a5eac7";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ glibcLocales ];
|
checkInputs = [ glibcLocales ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user