django: 1.8.11 -> 1.8.12

This commit is contained in:
Robert Scott 2016-04-12 00:14:29 +00:00
parent 5911469335
commit e525a83861

View File

@ -8073,12 +8073,12 @@ in modules // {
django_1_8 = buildPythonPackage rec {
name = "Django-${version}";
version = "1.8.11";
version = "1.8.12";
disabled = pythonOlder "2.7";
src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.8/${name}.tar.gz";
sha256 = "1yrmlj3h2hp5kc5m11ybya21x2wfr5bqqbkcsw6hknj86pkqn57c";
sha256 = "04vi1rmin161drssqhi9n54j6mz8l6vs46pc7zbn50vzacysg3xn";
};
# too complicated to setup