1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

python: reportlab: 3.5.13 -> 3.5.19

This commit is contained in:
Frederik Rietdijk 2019-04-16 19:15:40 +02:00
parent 50393c2a94
commit a7c8789cb7

View file

@ -11,11 +11,11 @@ let
ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
in buildPythonPackage rec {
pname = "reportlab";
version = "3.5.13";
version = "3.5.19";
src = fetchPypi {
inherit pname version;
sha256 = "6116e750f98018febc08dfee6df20446cf954adbcfa378d2c703d56c8864aff3";
sha256 = "47951166d897b60e9e7ca349db82a2b689e6478ac6078e2c7c88ca8becbb0c7d";
};
checkInputs = [ glibcLocales ];