From 9ada885fd915a3594deefb39ceca68f4d741eacf Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 4 Oct 2023 18:49:58 +0200 Subject: [PATCH] python311Packages.django_3: 3.2.20 -> 3.2.22 https://docs.djangoproject.com/en/dev/releases/3.2.21/ https://docs.djangoproject.com/en/dev/releases/3.2.22/ https://www.djangoproject.com/weblog/2023/sep/04/security-releases/ https://www.djangoproject.com/weblog/2023/oct/04/security-releases/ Fixes: CVE-2023-41164, CVE-2023-43665 (cherry picked from commit 3539510aaef2720122ffbc5e33940242ed7ef8ce) --- pkgs/development/python-modules/django/3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django/3.nix b/pkgs/development/python-modules/django/3.nix index 9c8e13842422..7796c31ebd0e 100644 --- a/pkgs/development/python-modules/django/3.nix +++ b/pkgs/development/python-modules/django/3.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "django"; - version = "3.2.20"; + version = "3.2.22"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "Django"; inherit version; - hash = "sha256-3sKhFnh7jhSWIBS/eOEgu6RUE1EI4a+em5Gt57KWTEA="; + hash = "sha256-g7bWawbkhIB9d4Jj/cf5GG1NwYYvz6ZQeDBEasawYLo="; }; patches = [