Merge pull request #121920 from dotlambda/CVE-2021-32052

python3Packages.django: fix CVE-2021-32052
This commit is contained in:
lsix 2021-05-07 09:54:53 +01:00 committed by GitHub
commit f6c3bf534c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "Django";
version = "2.2.20";
version = "2.2.22";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0r3a6gbhwngxl172yy6n0sq5knibl2vxc0wbk1g8licfbzfgjs95";
sha256 = "db2214db1c99017cbd971e58824e6f424375154fe358afc30e976f5b99fc6060";
};
patches = lib.optional withGdal

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "Django";
version = "3.2";
version = "3.2.2";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "179qdxa438fnycnnf1j5z6359h1kbp2q7djf01v5jrr26xjgkw11";
sha256 = "0a1d195ad65c52bf275b8277b3d49680bd1137a5f55039a806f25f6b9752ce3d";
};
patches = lib.optional withGdal