Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pythonPackages.django_1_11: 1.11.27 -> 1.11.28

See https://docs.djangoproject.com/en/1.11/releases/1.11.28/ for release
information

authored by Lancelot SIX and committed by Frederik Rietdijk 4fa2193c 94053245

+2 -2
+2 -2
pkgs/development/python-modules/django/1_11.nix
··· 5 6 buildPythonPackage rec { 7 pname = "Django"; 8 - version = "1.11.27"; 9 10 src = fetchurl { 11 url = "https://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz"; 12 - sha256 = "1f39c5af0lkls6mqw1fd2r9rf4mbshchqjy900ab3lcshs1i6490"; 13 }; 14 15 patches = stdenv.lib.optionals withGdal [
··· 5 6 buildPythonPackage rec { 7 pname = "Django"; 8 + version = "1.11.28"; 9 10 src = fetchurl { 11 url = "https://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz"; 12 + sha256 = "1ss1jyip7mlbfjn27m0j6wx80s8h4ksg6g5annkgwigp8xgy6g5k"; 13 }; 14 15 patches = stdenv.lib.optionals withGdal [