pythonPackages.django_1_9: 1.9.5 -> 1.9.9

This commit is contained in:
Kevin Marsh 2016-08-25 15:00:27 +01:00
parent dfb7d6c223
commit c9b29d4e5f

View file

@ -9044,12 +9044,12 @@ in modules // {
django_1_9 = buildPythonPackage rec {
name = "Django-${version}";
version = "1.9.5";
version = "1.9.9";
disabled = pythonOlder "2.7";
src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.9/${name}.tar.gz";
sha256 = "19kaw9flk9jjz1n7q378waybxnkrrhkq240lby4zaaas62nnfip5";
sha256 = "136ypwacj4av6xqmbfp6lhlr0171ws2knv74h0r59ssaaffznh73";
};
# patch only $out/bin to avoid problems with starter templates (see #3134)