mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
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:
parent
8ba68644c6
commit
feae2732b1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user