3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.django_1_10: 1.10.6 -> 1.10.7

This is a security release. See
https://www.djangoproject.com/weblog/2017/apr/04/security-releases/
This commit is contained in:
Lancelot SIX 2017-04-06 14:41:28 +02:00
parent 5861ba39a3
commit af60375392
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -4,12 +4,12 @@
}:
buildPythonPackage rec {
name = "Django-${version}";
version = "1.10.6";
version = "1.10.7";
disabled = pythonOlder "2.7";
src = fetchurl {
url = "http://www.djangoproject.com/m/releases/1.10/${name}.tar.gz";
sha256 = "0q9c7hx720vc0jzq4xlxwhnxmmm8kh0qsqj3l46m29mi98jvwvks";
sha256 = "1f5hnn2dzfr5szk4yc47bs4kk2nmrayjcvgpqi2s4l13pjfpfgar";
};
patches = [