pythonPackages.django: 1.10 -> 1.10.1

This is a bugfix release in the 1.10 branch.
See https://docs.djangoproject.com/en/1.10/releases/1.10.1/
This commit is contained in:
Lancelot SIX 2016-09-02 11:20:44 +02:00
parent e3a6e9ec04
commit d77e00348c
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -9176,12 +9176,12 @@ in modules // {
django_1_10 = buildPythonPackage rec {
name = "Django-${version}";
version = "1.10";
version = "1.10.1";
disabled = pythonOlder "2.7";
src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.10/${name}.tar.gz";
sha256 = "01bh5yra6zyxcpqacahbwfbn0y4ivw07j2jsw3crvmjzivb6if26";
sha256 = "1wr438yykg0m5s9xini36hc826di55jm6by8syplczxnbjrcbrnn";
};
patches = [