python3Packages.django: 2.2.22 -> 2.2.24
https://docs.djangoproject.com/en/dev/releases/2.2.24/ https://www.djangoproject.com/weblog/2021/jun/02/security-releases/ Fixes: CVE-2021-33203, CVE-2021-33571
This commit is contained in:
parent
a261aaf9c2
commit
6c7db95fea
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "Django";
|
||||
version = "2.2.22";
|
||||
version = "2.2.24";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "db2214db1c99017cbd971e58824e6f424375154fe358afc30e976f5b99fc6060";
|
||||
sha256 = "1dvx3x85lggm91x7mpvaf9nmpxyz7r97pbpnmr2k1qfy0c7gyf9k";
|
||||
};
|
||||
|
||||
patches = lib.optional withGdal
|
||||
|
|
Loading…
Reference in a new issue