about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django-cacheops
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-26 21:38:06 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-01 21:23:17 +0200
commit08347ce13ce920ee547c279d320ca38d7cc8d5b0 (patch)
tree325d5fb7d750902f9d9928811ec60f2ecb980b10 /pkgs/development/python-modules/django-cacheops
parent7be3bdd87c769c605610192bdf8dbc4ad892703b (diff)
python3Packages.django-cacheops: 5.1 -> 6.0
Diffstat (limited to 'pkgs/development/python-modules/django-cacheops')
-rw-r--r--pkgs/development/python-modules/django-cacheops/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django-cacheops/default.nix b/pkgs/development/python-modules/django-cacheops/default.nix
index c9344d3bd0106..58900ac2cbf4e 100644
--- a/pkgs/development/python-modules/django-cacheops/default.nix
+++ b/pkgs/development/python-modules/django-cacheops/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "django-cacheops";
-  version = "5.1";
+  version = "6.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-1YUc178whzhKH87PqN3bj1UDDu39b98SciW3W8oPmd0=";
+    sha256 = "78e161ebd96a32e28e19ec7da31f2afed9e62a79726b8b5f0ed12dd16c2e5841";
   };
 
   propagatedBuildInputs = [