From 5c0ebe6446a17e037dba7ec29c8c8ba8051ce6c0 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 25 Aug 2018 07:50:06 +0200 Subject: [PATCH] python: reportlab: 3.5.2 -> 3.5.6 --- pkgs/development/python-modules/reportlab/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/reportlab/default.nix b/pkgs/development/python-modules/reportlab/default.nix index 298c3c79e38..e2f2a7814aa 100644 --- a/pkgs/development/python-modules/reportlab/default.nix +++ b/pkgs/development/python-modules/reportlab/default.nix @@ -11,11 +11,11 @@ let ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; }); in buildPythonPackage rec { pname = "reportlab"; - version = "3.5.2"; + version = "3.5.6"; src = fetchPypi { inherit pname version; - sha256 = "08986267eaf25d62c3802512f0a97dc3426d0c82f52c8beb576689582eb85b7f"; + sha256 = "3836a49e7ea7bce458f437cbc094633c7fd4ac027180565875c18ecc726f261e"; }; checkInputs = [ glibcLocales ];