mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
pythonPackages.django_1_8: 1.8.17 -> 1.8.18
This is a security release. See https://www.djangoproject.com/weblog/2017/apr/04/security-releases/
This commit is contained in:
parent
3f401926f9
commit
c6bc54e319
@ -10359,12 +10359,12 @@ in {
|
||||
|
||||
django_1_8 = buildPythonPackage rec {
|
||||
name = "Django-${version}";
|
||||
version = "1.8.17";
|
||||
version = "1.8.18";
|
||||
disabled = pythonOlder "2.7";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://www.djangoproject.com/m/releases/1.8/${name}.tar.gz";
|
||||
sha256 = "01zb2l0gcdb2wgxmvvrhjj9ccdj1mfhn6zhqcdq04m7lzi4dc6q2";
|
||||
sha256 = "1ishvbihr9pain0486qafb18dnb7v2ppq34nnx1s8f95bvfiqqf7";
|
||||
};
|
||||
|
||||
# too complicated to setup
|
||||
|
Loading…
Reference in New Issue
Block a user