pythonPackages.django_1_8: 1.8.17 -> 1.8.18

This is a security release. See
https://www.djangoproject.com/weblog/2017/apr/04/security-releases/
This commit is contained in:
Lancelot SIX 2017-04-06 14:46:03 +02:00
parent 3f401926f9
commit c6bc54e319
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -10359,12 +10359,12 @@ in {
django_1_8 = buildPythonPackage rec {
name = "Django-${version}";
version = "1.8.17";
version = "1.8.18";
disabled = pythonOlder "2.7";
src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.8/${name}.tar.gz";
sha256 = "01zb2l0gcdb2wgxmvvrhjj9ccdj1mfhn6zhqcdq04m7lzi4dc6q2";
sha256 = "1ishvbihr9pain0486qafb18dnb7v2ppq34nnx1s8f95bvfiqqf7";
};
# too complicated to setup