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:
parent
feae2732b1
commit
a56e180629
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue