about summary refs log tree commit diff
path: root/pkgs/development/python-modules/easy-thumbnails
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-12-30 12:22:31 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-12-30 17:06:32 +0100
commitffebbd2f8d27b13d9fa24cfa2d95740538b711fa (patch)
tree2778959950d503977897a3e4722c8d75447a960d /pkgs/development/python-modules/easy-thumbnails
parentb6d84fa6ab412b59aee1295fe7357f4f1b7bf26f (diff)
downloadnixlib-ffebbd2f8d27b13d9fa24cfa2d95740538b711fa.tar
nixlib-ffebbd2f8d27b13d9fa24cfa2d95740538b711fa.tar.gz
nixlib-ffebbd2f8d27b13d9fa24cfa2d95740538b711fa.tar.bz2
nixlib-ffebbd2f8d27b13d9fa24cfa2d95740538b711fa.tar.lz
nixlib-ffebbd2f8d27b13d9fa24cfa2d95740538b711fa.tar.xz
nixlib-ffebbd2f8d27b13d9fa24cfa2d95740538b711fa.tar.zst
nixlib-ffebbd2f8d27b13d9fa24cfa2d95740538b711fa.zip
python: easy-thumbnails: 2.4.2 -> 2.5
Diffstat (limited to 'pkgs/development/python-modules/easy-thumbnails')
-rw-r--r--pkgs/development/python-modules/easy-thumbnails/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/easy-thumbnails/default.nix b/pkgs/development/python-modules/easy-thumbnails/default.nix
index 38e201849c19..fbe5c02771db 100644
--- a/pkgs/development/python-modules/easy-thumbnails/default.nix
+++ b/pkgs/development/python-modules/easy-thumbnails/default.nix
@@ -5,7 +5,7 @@
 buildPythonPackage rec {
   pname = "easy-thumbnails";
   name = "${pname}-${version}";
-  version = "2.4.2";
+  version = "2.5";
 
   meta = {
     description = "Easy thumbnails for Django";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8cad7ea4fb2b800284e842d8a44f685cbc1968535be04c24a4bbf6e6dbc550c4";
+    sha256 = "e244d1f26027fc32c6ca60ffb0169a39099446f614b0433e907a2588ae7d9b95";
   };
 
   propagatedBuildInputs = [ django pillow ];