Skip to content

Commit

Permalink
Merge pull request #30383 from lsix/djanog_1_11_6
Browse files Browse the repository at this point in the history
pythonPackages.django: 1.11.5 -> 1.11.6
  • Loading branch information
lsix committed Oct 20, 2017
2 parents 48553c3 + 67d56ea commit fea9b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django/1_11.nix
Expand Up @@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "Django";
name = "${pname}-${version}";
version = "1.11.5";
version = "1.11.6";

disabled = pythonOlder "2.7";

src = fetchurl {
url = "http://www.djangoproject.com/m/releases/1.11/${name}.tar.gz";
sha256 = "0a9bk1a0n0264lcr67fmwzqyhkhy6bqdzkxsj9a8dpyzca0qfdhq";
sha256 = "0q0cmwifa6c0k6kh8fpa3mjmqw7yqd616qz8m4ls3h51xyhjrd63";
};

patches = stdenv.lib.optionals withGdal [
Expand Down

0 comments on commit fea9b13

Please sign in to comment.