Merge pull request #63354 from r-ryantm/auto-update/python3.7-Django
python37Packages.django_2_2: 2.2.1 -> 2.2.2
This commit is contained in:
commit
994a2319a1
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Django";
|
pname = "Django";
|
||||||
version = "2.2.1";
|
version = "2.2.2";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1spa701phl8ha7qmfr89hwpa43kf52zbrs3xyc0rlvxianykrk3g";
|
sha256 = "1xbqsa016szsqx6pnggrlxs81169hd8adzmdvp969007xg9k0gbm";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optional withGdal
|
patches = stdenv.lib.optional withGdal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user