pythonPackages.django_1_9: 1.9.11 -> 1.9.12

This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.9.12/
This commit is contained in:
Lancelot SIX 2016-12-05 11:12:24 +01:00
parent 8ba68644c6
commit feae2732b1
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -9852,12 +9852,12 @@ in {
django_1_9 = buildPythonPackage rec {
name = "Django-${version}";
version = "1.9.11";
version = "1.9.12";
disabled = pythonOlder "2.7";
src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.9/${name}.tar.gz";
sha256 = "17bxmfp92bdwjachjqb5zdlay5fhv4125hc85ln4ggyz0f5zvp6s";
sha256 = "0daaz2rp1rwwpzm5l29wcgg1gbw9yqzcv9x2dsjfz29n806q685x";
};
# patch only $out/bin to avoid problems with starter templates (see #3134)