pythonPackages.django_1_8: 1.8.14 -> 1.8.15

This is a security release.

It fixes CVE-2016-7401.

See https://www.djangoproject.com/weblog/2016/sep/26/security-releases/
for upstream announcement.
This commit is contained in:
Lancelot SIX 2016-09-29 15:05:35 +02:00 committed by Franz Pletz
parent dd553b6ef5
commit 7e37d4bbf8

View file

@ -9431,12 +9431,12 @@ in modules // {
django_1_8 = buildPythonPackage rec {
name = "Django-${version}";
version = "1.8.14";
version = "1.8.15";
disabled = pythonOlder "2.7";
src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.8/${name}.tar.gz";
sha256 = "0ka6slangri68qaf91gl10l9m14f6waj4ncz543rbcpvj25w90jj";
sha256 = "1kga849ixd6sz6svhv8dysyjr03wphqgl4wjw2yczmc5r4x58gl6";
};
# too complicated to setup