python3Packages.django_2_1: 2.1.10 -> 2.1.11
See https://docs.djangoproject.com/en/2.1/releases/2.1.11/ for release notes.
This commit is contained in:
parent
37c8c6371b
commit
34eca41af0
|
@ -6,13 +6,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "Django";
|
||||
version = "2.1.10";
|
||||
version = "2.1.11";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0n794x17x8q2jzjm12glb900y53r3bxg8dafvl65djiglm4abqk5";
|
||||
sha256 = "1m9bs78sh91slsjxkhxgkg715gbsgph9ky7d74czs0z2mhg86h8s";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optionals withGdal [
|
||||
|
|
Loading…
Reference in New Issue