pythonPackages.django_1_9: 1.9.10 -> 1.9.11
Fixes CVE-2016-9013, CVE-2016-9014. https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
This commit is contained in:
parent
6ad14d4256
commit
58ad105cd4
@ -9686,12 +9686,12 @@ in {
|
||||
|
||||
django_1_9 = buildPythonPackage rec {
|
||||
name = "Django-${version}";
|
||||
version = "1.9.10";
|
||||
version = "1.9.11";
|
||||
disabled = pythonOlder "2.7";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://www.djangoproject.com/m/releases/1.9/${name}.tar.gz";
|
||||
sha256 = "007w2pshbk1s6gfgp8717fwz01l8mcmd2lkxdgqqgd11bag7qfjv";
|
||||
sha256 = "17bxmfp92bdwjachjqb5zdlay5fhv4125hc85ln4ggyz0f5zvp6s";
|
||||
};
|
||||
|
||||
# patch only $out/bin to avoid problems with starter templates (see #3134)
|
||||
|
Loading…
Reference in New Issue
Block a user