1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

pythonPackages.django_1_8: 1.8.16 -> 1.8.17

This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.8.17/
This commit is contained in:
Lancelot SIX 2016-12-05 11:12:54 +01:00
parent feae2732b1
commit a56e180629
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -9876,12 +9876,12 @@ in {
django_1_8 = buildPythonPackage rec {
name = "Django-${version}";
version = "1.8.16";
version = "1.8.17";
disabled = pythonOlder "2.7";
src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.8/${name}.tar.gz";
sha256 = "1pc1j3q64v65c573xwx64apjnf2v19nzxsidjiyp02c6l8bsyji2";
sha256 = "01zb2l0gcdb2wgxmvvrhjj9ccdj1mfhn6zhqcdq04m7lzi4dc6q2";
};
# too complicated to setup