Skip to content

Commit

Permalink
python: reportlab: 3.4.0 -> 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 26, 2018
1 parent 430017c commit c53d608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/reportlab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ let
ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
in buildPythonPackage rec {
pname = "reportlab";
version = "3.4.0";
version = "3.5.1";

src = fetchPypi {
inherit pname version;
sha256 = "5beaf35e59dfd5ebd814fdefd76908292e818c982bd7332b5d347dfd2f01c343";
sha256 = "5345494df4f1563fdab5597f7f543eae44c0aeecce05bd4d93c199f34c4b8c0c";
};

checkInputs = [ glibcLocales ];
Expand Down

0 comments on commit c53d608

Please sign in to comment.