pythonPackages.django_1_10: 1.10.1 -> 1.10.2 (#19193)

This is a bugfix release.

See https://docs.djangoproject.com/en/1.10/releases/1.10.2/
This commit is contained in:
Lancelot SIX 2016-10-05 12:28:17 +02:00 committed by Robin Gloster
parent f94072196d
commit 74e52576e0

View File

@ -9492,12 +9492,12 @@ in modules // {
django_1_10 = buildPythonPackage rec { django_1_10 = buildPythonPackage rec {
name = "Django-${version}"; name = "Django-${version}";
version = "1.10.1"; version = "1.10.2";
disabled = pythonOlder "2.7"; disabled = pythonOlder "2.7";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.10/${name}.tar.gz"; url = "http://www.djangoproject.com/m/releases/1.10/${name}.tar.gz";
sha256 = "1wr438yykg0m5s9xini36hc826di55jm6by8syplczxnbjrcbrnn"; sha256 = "1qdwgkwlq5wl0wn247d9gid49xpz4qggk0lcdqxq8d7v1cmg29z1";
}; };
patches = [ patches = [