summary refs log tree commit diff
path: root/pkgs/development/python-modules/django
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2017-04-06 14:41:28 +0200
committerLancelot SIX <lsix@lancelotsix.com>2017-04-06 14:41:28 +0200
commitaf603753926dd2c2997be2d58165f4c3c4c3070f (patch)
tree83fbdddffa4904594503661b8d3cc6f940326d99 /pkgs/development/python-modules/django
parent5861ba39a3fc54605cb65006b725d9b45f8832b0 (diff)
downloadnixlib-af603753926dd2c2997be2d58165f4c3c4c3070f.tar
nixlib-af603753926dd2c2997be2d58165f4c3c4c3070f.tar.gz
nixlib-af603753926dd2c2997be2d58165f4c3c4c3070f.tar.bz2
nixlib-af603753926dd2c2997be2d58165f4c3c4c3070f.tar.lz
nixlib-af603753926dd2c2997be2d58165f4c3c4c3070f.tar.xz
nixlib-af603753926dd2c2997be2d58165f4c3c4c3070f.tar.zst
nixlib-af603753926dd2c2997be2d58165f4c3c4c3070f.zip
pythonPackages.django_1_10: 1.10.6 -> 1.10.7
This is a security release. See
https://www.djangoproject.com/weblog/2017/apr/04/security-releases/
Diffstat (limited to 'pkgs/development/python-modules/django')
-rw-r--r--pkgs/development/python-modules/django/1_10.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/1_10.nix b/pkgs/development/python-modules/django/1_10.nix
index 271f8a5467ba..6cc3af8c2700 100644
--- a/pkgs/development/python-modules/django/1_10.nix
+++ b/pkgs/development/python-modules/django/1_10.nix
@@ -4,12 +4,12 @@
 }:
 buildPythonPackage rec {
   name = "Django-${version}";
-  version = "1.10.6";
+  version = "1.10.7";
   disabled = pythonOlder "2.7";
 
   src = fetchurl {
     url = "http://www.djangoproject.com/m/releases/1.10/${name}.tar.gz";
-    sha256 = "0q9c7hx720vc0jzq4xlxwhnxmmm8kh0qsqj3l46m29mi98jvwvks";
+    sha256 = "1f5hnn2dzfr5szk4yc47bs4kk2nmrayjcvgpqi2s4l13pjfpfgar";
   };
 
   patches = [