Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: easy-thumbnails: 2.4.2 -> 2.5

+2 -2
+2 -2
pkgs/development/python-modules/easy-thumbnails/default.nix
··· 5 5 buildPythonPackage rec { 6 6 pname = "easy-thumbnails"; 7 7 name = "${pname}-${version}"; 8 - version = "2.4.2"; 8 + version = "2.5"; 9 9 10 10 meta = { 11 11 description = "Easy thumbnails for Django"; ··· 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "8cad7ea4fb2b800284e842d8a44f685cbc1968535be04c24a4bbf6e6dbc550c4"; 18 + sha256 = "e244d1f26027fc32c6ca60ffb0169a39099446f614b0433e907a2588ae7d9b95"; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ django pillow ];