Skip to content

Commit

Permalink
pythonPackages.django_1_10: 1.10.3 -> 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lsix committed Dec 5, 2016
1 parent 571cf4f commit 8ba6864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9820,12 +9820,12 @@ in {

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

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

patches = [
Expand Down

0 comments on commit 8ba6864

Please sign in to comment.