pythonPackages.django_1_11: 1.11.18 -> 1.11.20
See release notes: - https://docs.djangoproject.com/en/dev/releases/1.11.19/ - https://docs.djangoproject.com/en/dev/releases/1.11.20/
This commit is contained in:
parent
80d032b13b
commit
3e81b4500e
@ -6,11 +6,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Django";
|
||||
version = "1.11.18";
|
||||
version = "1.11.20";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz";
|
||||
sha256 = "19b6f020als9hr4q1im5282yn2b1hzf586n9kjrlkrslq7da3k3k";
|
||||
sha256 = "0h90kdq8r4y8wa73hdxmyy5psnwlg61dcq3qsa098cpfiyh9vaa3";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optionals withGdal [
|
||||
|
Loading…
Reference in New Issue
Block a user