3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.django_1_11: 1.11.17 -> 1.11.18

fixes CVE-2019-3498
This commit is contained in:
Robert Schütz 2019-01-30 14:45:20 +01:00
parent c995ad005e
commit e79d165d42

View file

@ -6,13 +6,11 @@
buildPythonPackage rec {
pname = "Django";
version = "1.11.17";
disabled = pythonOlder "2.7";
version = "1.11.18";
src = fetchurl {
url = "https://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz";
sha256 = "10xlpm21ll8mgz5py41sz9vrd603qv7an736agbqxkxlyikfx1x7";
sha256 = "19b6f020als9hr4q1im5282yn2b1hzf586n9kjrlkrslq7da3k3k";
};
patches = stdenv.lib.optionals withGdal [