From 16f4d582a6dd369c9f9bd757185a6a44f25b6170 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 3 Jul 2023 13:49:44 +0200 Subject: [PATCH] python310Packages.django_3: 3.2.19 -> 3.2.20 https://www.djangoproject.com/weblog/2023/jul/03/security-releases/ https://docs.djangoproject.com/en/3.2/releases/3.2.20/ Fixes: CVE-2023-36053 --- 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 cd07c13358d50e1..9c8e13842422fab 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.19"; + version = "3.2.20"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "Django"; inherit version; - hash = "sha256-AxNluuloFNoZwQcGIYxE3/O2VMxN4gqYvS0pub3kafA="; + hash = "sha256-3sKhFnh7jhSWIBS/eOEgu6RUE1EI4a+em5Gt57KWTEA="; }; patches = [