python3Packages.django_3: 3.2.2 -> 3.2.4
https://docs.djangoproject.com/en/dev/releases/3.2.4/ https://www.djangoproject.com/weblog/2021/jun/02/security-releases/ Fixes: CVE-2021-33203, CVE-2021-33571 (cherry picked from commit 794c6633b6396a0a3c2a5d54c52e629403f0672e)
This commit is contained in:
parent
781ccf32d0
commit
db7ab2c8d2
@ -13,13 +13,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Django";
|
||||
version = "3.2.2";
|
||||
version = "3.2.4";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0a1d195ad65c52bf275b8277b3d49680bd1137a5f55039a806f25f6b9752ce3d";
|
||||
sha256 = "15pjwyvrx4n8gi8n51b14wp54bg4jqapr25p52597zn6ikdxijb6";
|
||||
};
|
||||
|
||||
patches = lib.optional withGdal
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user