python: reportlab: 3.5.6 -> 3.5.9
This commit is contained in:
parent
a16db8284f
commit
661753c9c8
@ -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.6";
|
version = "3.5.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "3836a49e7ea7bce458f437cbc094633c7fd4ac027180565875c18ecc726f261e";
|
sha256 = "f92f81314807cd860f29fe07a1a4100b03910ae6bbfca20a07e02c3b460f4f20";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ glibcLocales ];
|
checkInputs = [ glibcLocales ];
|
||||||
|
Loading…
Reference in New Issue
Block a user