Skip to content

Commit

Permalink
pythonPackages.django: 1.10.5 -> 1.10.6
Browse files Browse the repository at this point in the history
Backported from d284e37
  • Loading branch information
lsix committed Mar 27, 2017
1 parent 564a254 commit c7584d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -9271,12 +9271,12 @@ in modules // {

django_1_10 = buildPythonPackage rec {
name = "Django-${version}";
version = "1.10.5";
version = "1.10.6";
disabled = pythonOlder "2.7";

src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.10/${name}.tar.gz";
sha256 = "12szjsmnfhh2yr54sfynyjr8vl0q9gb6qak3ayqcifcinrs97f0d";
sha256 = "0q9c7hx720vc0jzq4xlxwhnxmmm8kh0qsqj3l46m29mi98jvwvks";
};

patches = [
Expand Down

0 comments on commit c7584d9

Please sign in to comment.