From 3e81b4500e4218b65cfc397e28e7e94f3cc31e3f Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Wed, 27 Feb 2019 22:37:37 +0100 Subject: [PATCH] pythonPackages.django_1_11: 1.11.18 -> 1.11.20 See release notes: - https://docs.djangoproject.com/en/dev/releases/1.11.19/ - https://docs.djangoproject.com/en/dev/releases/1.11.20/ --- pkgs/development/python-modules/django/1_11.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django/1_11.nix b/pkgs/development/python-modules/django/1_11.nix index 6e2bbd9fd5d..90fd82f28f4 100644 --- a/pkgs/development/python-modules/django/1_11.nix +++ b/pkgs/development/python-modules/django/1_11.nix @@ -6,11 +6,11 @@ buildPythonPackage rec { pname = "Django"; - version = "1.11.18"; + version = "1.11.20"; src = fetchurl { url = "https://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz"; - sha256 = "19b6f020als9hr4q1im5282yn2b1hzf586n9kjrlkrslq7da3k3k"; + sha256 = "0h90kdq8r4y8wa73hdxmyy5psnwlg61dcq3qsa098cpfiyh9vaa3"; }; patches = stdenv.lib.optionals withGdal [