forked from mirrors/nixpkgs
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.
(cherry picked from commit 7e37d4bbf8
)
This commit is contained in:
parent
8368831543
commit
f3f0a604fa
|
@ -9276,12 +9276,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
|
||||
|
|
Loading…
Reference in a new issue