summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2019-12-19 17:55:30 +0100
committerJon <jonringer@users.noreply.github.com>2019-12-20 21:16:57 -0800
commit2a60519881cb43bf96b6daa31c62c9e58751513c (patch)
tree1b1f692f026a6b8532d4081a0365613eb2d75cdb /pkgs
parentbf3c1735954e830c36c09f54fc7f8303b7fd8043 (diff)
downloadnixpkgs-2a60519881cb43bf96b6daa31c62c9e58751513c.tar
nixpkgs-2a60519881cb43bf96b6daa31c62c9e58751513c.tar.gz
nixpkgs-2a60519881cb43bf96b6daa31c62c9e58751513c.tar.bz2
nixpkgs-2a60519881cb43bf96b6daa31c62c9e58751513c.tar.lz
nixpkgs-2a60519881cb43bf96b6daa31c62c9e58751513c.tar.xz
nixpkgs-2a60519881cb43bf96b6daa31c62c9e58751513c.tar.zst
nixpkgs-2a60519881cb43bf96b6daa31c62c9e58751513c.zip
pythonPackages.django: 1.11.26 -> 1.11.27
See https://docs.djangoproject.com/en/1.11/releases/1.11.27/ for release
information.
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 55d2561c8ae..cbfeb4288cf 100644
--- a/pkgs/development/python-modules/django/1_11.nix
+++ b/pkgs/development/python-modules/django/1_11.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "Django";
-  version = "1.11.26";
+  version = "1.11.27";
 
   src = fetchurl {
     url = "https://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz";
-    sha256 = "0i7vj8qad0500xz9q0y2yz05zz41ra6yschq87hl7arn4kwbf7c6";
+    sha256 = "1f39c5af0lkls6mqw1fd2r9rf4mbshchqjy900ab3lcshs1i6490";
   };
 
   patches = stdenv.lib.optionals withGdal [