From afdc6ae625d951a696214ea47e178d5f6d05e85e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 8 Mar 2025 11:20:24 +0100 Subject: [PATCH] python313Packages.django_5: 5.1.6 -> 5.1.7 https://docs.djangoproject.com/en/5.1/releases/5.1.7/ https://www.djangoproject.com/weblog/2025/mar/06/security-releases/ Fixes: CVE-2025-26699 --- pkgs/development/python-modules/django/5.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django/5.nix b/pkgs/development/python-modules/django/5.nix index 9bcc73c74152..3dcf8217e327 100644 --- a/pkgs/development/python-modules/django/5.nix +++ b/pkgs/development/python-modules/django/5.nix @@ -44,7 +44,7 @@ buildPythonPackage rec { pname = "django"; - version = "5.1.6"; + version = "5.1.7"; pyproject = true; disabled = pythonOlder "3.10"; @@ -53,7 +53,7 @@ buildPythonPackage rec { owner = "django"; repo = "django"; rev = "refs/tags/${version}"; - hash = "sha256-eqyRiMNMmhg08Pga+AGnhGXfUoTMOuIHEPOEEGboIPE="; + hash = "sha256-BxhHqWpTZLcx46RofnXzZ5nj4xDPcj7hNng9ppUN5Hw="; }; patches =