mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
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:
parent
af60375392
commit
3f401926f9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user