pythonPackages.django_1_10: 1.10.4 -> 1.10.5

See https://docs.djangoproject.com/en/1.10/releases/1.10.5/ for release
notes.
This commit is contained in:
Lancelot SIX 2017-01-05 11:11:13 +01:00
parent 28c06567f8
commit bd0d567d47

View File

@ -10094,12 +10094,12 @@ in {
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 = [