python: reportlab: 3.5.31 -> 3.5.32
This commit is contained in:
parent
0456dd3cd6
commit
e6ef3d4f13
@ -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.31";
|
version = "3.5.32";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "3e2d2ea8ac3d63c918a2b40476c2745704d0364abe2b9c844c75992132a5eac7";
|
sha256 = "83ef44936ef4e9c432d62bc2b72ec8d772b87af319d123e827a72e9b6884c851";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ glibcLocales ];
|
checkInputs = [ glibcLocales ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user