python: reportlab: 3.5.9 -> 3.5.10
This commit is contained in:
parent
f85ca66258
commit
e89f5a9c79
@ -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.9";
|
version = "3.5.10";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f92f81314807cd860f29fe07a1a4100b03910ae6bbfca20a07e02c3b460f4f20";
|
sha256 = "9041d17556b9652cd9cf13b56a4efad7b51df6c567279ced26584cb4eb712b09";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ glibcLocales ];
|
checkInputs = [ glibcLocales ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user