Skip to content

Commit

Permalink
pythonPackages.django_1_10: 1.10.4 -> 1.10.5
Browse files Browse the repository at this point in the history
See https://docs.djangoproject.com/en/1.10/releases/1.10.5/ for release
notes.

(cherry picked from commit bd0d567)
  • Loading branch information
lsix committed Jan 11, 2017
1 parent fd1dbe5 commit a15ab34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -9249,12 +9249,12 @@ in modules // {

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

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

patches = [
Expand Down

0 comments on commit a15ab34

Please sign in to comment.