python3Packages.django_3: 3.2.12 -> 3.2.13

https://www.djangoproject.com/weblog/2022/apr/11/security-releases/
https://docs.djangoproject.com/en/3.2/releases/3.2.13/

Fixes: CVE-2022-28346, CVE-2022-28347
This commit is contained in:
Martin Weinelt 2022-04-11 13:55:47 +02:00
parent ebe26c8483
commit bf201810d4
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "django";
version = "3.2.12";
version = "3.2.13";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "Django";
inherit version;
sha256 = "sha256-l3Lmk1cD5Z6ZOWCDLWamFM8CM6HFEjvGIk7MataeQeI=";
sha256 = "sha256-bZNJegqb9roOCxopzM3EDvv8dilyVbEwmzqISmiOxLY=";
};
patches = lib.optional withGdal