lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.easy-thumbnails: 2.7.1 -> 2.7.2

+2 -2
+2 -2
pkgs/development/python-modules/easy-thumbnails/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "easy-thumbnails"; 7 - version = "2.7.1"; 7 + version = "2.7.2"; 8 8 9 9 meta = { 10 10 description = "Easy thumbnails for Django"; ··· 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "f862949208d9066cd3d84ffcf9c2dbe9c7344ea6152b741e440f861eca46855c"; 17 + sha256 = "a7dd9cf97efaf70ba5d76484a962f08ba65b31f1681bc417257743650e9e8a8a"; 18 18 }; 19 19 20 20 propagatedBuildInputs = [ django pillow ];