libthumbor: 1.2.0 -> 1.3.2

This commit is contained in:
Vaibhav Sagar 2017-06-07 10:20:20 +08:00
parent 6518dffc02
commit acf4f0ce69

View file

@ -7662,13 +7662,15 @@ in {
libthumbor = buildPythonPackage rec {
name = "libthumbor-${version}";
version = "1.2.0";
version = "1.3.2";
src = pkgs.fetchurl {
url = "mirror://pypi/l/libthumbor/${name}.tar.gz";
sha256 = "09bbaf08124ee33ea4ef99881625bd20450b0b43ab90fd678479beba8c03f86e";
sha256 = "1vjhszsf8wl9k16wyg2rfjycjnawzl7z8j39bhiysbz5x4lqg91b";
};
buildInputs = with self; [ django ];
propagatedBuildInputs = with self; [ six pycrypto ];
meta = {