From 5dc5571a5a27b4b1bd9beea6debceebed93c6441 Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Fri, 7 May 2021 10:49:11 +0100 Subject: [PATCH] Revert "python3Packages.django_2: 2.2.20 -> 2.2.22" This reverts commit 3d905038750e7a3d151268f72442df6c650d4037. This commit should have gone to staging first. --- pkgs/development/python-modules/django/2.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django/2.nix b/pkgs/development/python-modules/django/2.nix index e0d3cd12f8f..991c353df17 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