python3Packages.django_3: 3.2.13 -> 3.2.14

https://www.djangoproject.com/weblog/2022/jul/04/security-releases/
https://docs.djangoproject.com/en/dev/releases/3.2.14/

Fixes: CVE-2022-34265
This commit is contained in:
Martin Weinelt 2022-07-04 12:47:42 +02:00
parent 3086451764
commit 8f3b6c83d9

View file

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