pythonPackages.django_1_9: 1.9.12 -> 1.9.13

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:43:25 +02:00
parent af60375392
commit 3f401926f9
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

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