pythonPackages.django: 1.11.9 -> 1.11.12
Release notes and associated fixed CVEs: - https://docs.djangoproject.com/en/2.0/releases/1.11.10/ - CVE-2018-6188 - https://docs.djangoproject.com/en/2.0/releases/1.11.11/ - CVE-2018-7536 - CVE-2018-7537 - https://docs.djangoproject.com/en/2.0/releases/1.11.12/
This commit is contained in:
parent
78b2345bf9
commit
44b82c6a8e
@ -6,14 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Django";
|
pname = "Django";
|
||||||
name = "${pname}-${version}";
|
version = "1.11.12";
|
||||||
version = "1.11.9";
|
|
||||||
|
|
||||||
disabled = pythonOlder "2.7";
|
disabled = pythonOlder "2.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.djangoproject.com/m/releases/1.11/${name}.tar.gz";
|
url = "http://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0d0hh9sh2rwazi7z2lnqvz1424bq6ps6c5h6ss04klp14agi4g9m";
|
sha256 = "1szjha338grhf9dq0wpbrqwvak597shsx474pm5j67kn09xqqfad";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optionals withGdal [
|
patches = stdenv.lib.optionals withGdal [
|
||||||
|
Loading…
Reference in New Issue
Block a user