python3Packages.django_3: 3.2.14 -> 3.2.15

https://www.djangoproject.com/weblog/2022/aug/03/security-releases/

Fixes: CVE-2022-36359
This commit is contained in:
Martin Weinelt 2022-08-03 13:25:12 +02:00
parent d93a76a104
commit ae26091d37
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django";
version = "3.2.14";
version = "3.2.15";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "Django";
inherit version;
sha256 = "sha256-Z3GCuotbKFpOBy86wXzu5q/xtc53/Rc8xbai09wCL88=";
hash = "sha256-9xk0sagi8UqGyayWNAU2iSec0ErmnLat5KWUcbiGWCs=";
};
patches = lib.optional withGdal