summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLancelot SIX <lsix+github@lancelotsix.com>2019-03-07 09:51:06 +0100
committerGitHub <noreply@github.com>2019-03-07 09:51:06 +0100
commite5091dea9e0a2141b0fc622519c8b06e26407c7b (patch)
tree865b24ded1e418ce1f63ba422381ae3831020914 /pkgs
parent488230c2535aa01b12752465ad83973a3798a6de (diff)
parent3e81b4500e4218b65cfc397e28e7e94f3cc31e3f (diff)
downloadnixpkgs-e5091dea9e0a2141b0fc622519c8b06e26407c7b.tar
nixpkgs-e5091dea9e0a2141b0fc622519c8b06e26407c7b.tar.gz
nixpkgs-e5091dea9e0a2141b0fc622519c8b06e26407c7b.tar.bz2
nixpkgs-e5091dea9e0a2141b0fc622519c8b06e26407c7b.tar.lz
nixpkgs-e5091dea9e0a2141b0fc622519c8b06e26407c7b.tar.xz
nixpkgs-e5091dea9e0a2141b0fc622519c8b06e26407c7b.tar.zst
nixpkgs-e5091dea9e0a2141b0fc622519c8b06e26407c7b.zip
Merge pull request #56491 from lsix/django_updates
Django updates
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/django/1_11.nix4
1 files 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 [