summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2021-05-07 10:49:11 +0100
committerLancelot SIX <lsix@lancelotsix.com>2021-05-07 10:49:11 +0100
commit5dc5571a5a27b4b1bd9beea6debceebed93c6441 (patch)
tree29493df778a090f296d8ae6405aa79378849fcf8 /pkgs/development
parentd93bcc481bb985e65f5f33f3a2512a326dd4be81 (diff)
Revert "python3Packages.django_2: 2.2.20 -> 2.2.22"
This reverts commit 3d905038750e7a3d151268f72442df6c650d4037.

This commit should have gone to staging first.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/django/2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/2.nix b/pkgs/development/python-modules/django/2.nix
index e0d3cd12f8fdc..991c353df1797 100644
--- a/pkgs/development/python-modules/django/2.nix
+++ b/pkgs/development/python-modules/django/2.nix
@@ -6,13 +6,13 @@
 
 buildPythonPackage rec {
   pname = "Django";
-  version = "2.2.22";
+  version = "2.2.20";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "db2214db1c99017cbd971e58824e6f424375154fe358afc30e976f5b99fc6060";
+    sha256 = "0r3a6gbhwngxl172yy6n0sq5knibl2vxc0wbk1g8licfbzfgjs95";
   };
 
   patches = lib.optional withGdal