python3Packages.django_3: 3.2.15 -> 3.2.16

https://docs.djangoproject.com/en/3.2/releases/3.2.16/
https://www.djangoproject.com/weblog/2022/oct/04/security-releases/

Fixes: CVE-2022-41323
This commit is contained in:
Martin Weinelt 2022-10-05 03:26:49 +02:00
parent 68a2367f89
commit b1dca5596e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "django";
version = "3.2.15";
version = "3.2.16";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "Django";
inherit version;
hash = "sha256-9xk0sagi8UqGyayWNAU2iSec0ErmnLat5KWUcbiGWCs=";
hash = "sha256-OtwoUSQkRySjlPqbmDnMjNEW+vfRWVVMQ+zaqM3wuU0=";
};
patches = [