pythonPackages.django_1_10: 1.10.2 -> 1.10.3

Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
This commit is contained in:
Franz Pletz 2016-11-02 13:47:53 +01:00
parent ab0ac18279
commit 6ad14d4256
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 2 additions and 2 deletions

View File

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