Skip to content

Commit

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

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

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

patches = [
Expand Down

0 comments on commit 48bf4c8

Please sign in to comment.