python3Packages.django_2_2: 2.2.8 -> 2.2.9
See https://docs.djangoproject.com/en/2.2/releases/2.2.9/ fer release information.
This commit is contained in:
parent
b8afcb742a
commit
b7e6b417f5
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Django";
|
pname = "Django";
|
||||||
version = "2.2.8";
|
version = "2.2.9";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "183wmqgkspb9vk1dc42h5s2h31gjpw68vv6ywbvpljvakiplzbd4";
|
sha256 = "199mwqs6apdxjm4afqjbvqs98j2927rv2wbgy5vzvqwjhzviyak6";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optional withGdal
|
patches = stdenv.lib.optional withGdal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user