forked from mirrors/nixpkgs
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 {
|
||||
pname = "Django";
|
||||
version = "2.2.1";
|
||||
version = "2.2.2";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1spa701phl8ha7qmfr89hwpa43kf52zbrs3xyc0rlvxianykrk3g";
|
||||
sha256 = "1xbqsa016szsqx6pnggrlxs81169hd8adzmdvp969007xg9k0gbm";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional withGdal
|
||||
|
|
Loading…
Reference in a new issue