Skip to content

Commit

Permalink
pythonPackages.django_1_9: 1.9.10 -> 1.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Nov 2, 2016
1 parent 48bf4c8 commit abfb2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -9252,12 +9252,12 @@ in modules // {

django_1_9 = buildPythonPackage rec {
name = "Django-${version}";
version = "1.9.10";
version = "1.9.11";
disabled = pythonOlder "2.7";

src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.9/${name}.tar.gz";
sha256 = "007w2pshbk1s6gfgp8717fwz01l8mcmd2lkxdgqqgd11bag7qfjv";
sha256 = "17bxmfp92bdwjachjqb5zdlay5fhv4125hc85ln4ggyz0f5zvp6s";
};

# patch only $out/bin to avoid problems with starter templates (see #3134)
Expand Down

0 comments on commit abfb2e5

Please sign in to comment.