Skip to content

Commit

Permalink
pythonPackages.thumbor: 6.5.1 -> 6.5.2
Browse files Browse the repository at this point in the history
6.5.2 allows Pillow==5.2.0 (see https://github.com/thumbor/thumbor/releases/tag/6.5.2).

See https://hydra.nixos.org/build/79403232 for further reference.
  • Loading branch information
Ma27 committed Aug 15, 2018
1 parent cc288ee commit cd21faf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/thumbor/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{ buildPythonPackage, stdenv, tornado, pycrypto, pycurl, pytz
{ buildPythonPackage, tornado, pycrypto, pycurl, pytz
, pillow, derpconf, python_magic, pexif, libthumbor, opencv, webcolors
, piexif, futures, statsd, thumborPexif, fetchPypi, isPy3k, lib
}:

buildPythonPackage rec {
pname = "thumbor";
version = "6.5.1";
version = "6.5.2";

disabled = isPy3k; # see https://github.com/thumbor/thumbor/issues/1004

src = fetchPypi {
inherit pname version;
sha256 = "0yalqwpxb6m0dz2qfnyv1pqqd5dd020wl7hc0n0bvsvxg1ib9if0";
sha256 = "1icfnzwzi5lvnh576n7v3r819jaw15ph9ja2w3fwg5z9qs40xvl8";
};

postPatch = ''
Expand Down Expand Up @@ -40,7 +40,7 @@ buildPythonPackage rec {
# for further reference.
doCheck = false;

meta = with stdenv.lib; {
meta = with lib; {
description = "A smart imaging service";
homepage = https://github.com/thumbor/thumbor/wiki;
license = licenses.mit;
Expand Down

0 comments on commit cd21faf

Please sign in to comment.