From 8c619f21409006663d7cb9c55d78c9aced108900 Mon Sep 17 00:00:00 2001 From: Charles Roelli Date: Wed, 24 Sep 2025 12:39:50 +0200 Subject: [PATCH] gnu: python-django-debug-toolbar: Update to 6.0.0. * gnu/packages/django.scm (python-django-debug-toolbar): Update to 6.0.0. [native-inputs]: Remove python-django-ninja, and python-wheel; add python-django-csp, python-django-template-partials, and python-hatchling. Change-Id: I6e33470953d82931cc498e197df78aac3bca8985 Signed-off-by: Sharlatan Hellseher --- gnu/packages/django.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 0df0b7db268ddf8a3980ee371b37a282018786af..d8b67b39b9b990a6e3e65e6efa8b8ac98bb34ad0 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -807,7 +807,7 @@ reuse, integration with the template loader and inline output.") (define-public python-django-debug-toolbar (package (name "python-django-debug-toolbar") - (version "3.2.1") + (version "6.0.0") (source (origin (method git-fetch) @@ -817,7 +817,7 @@ reuse, integration with the template loader and inline output.") (file-name (git-file-name name version)) (sha256 (base32 - "1m1j2sx7q0blma0miswj3c8hrfi5q4y5cq2b816v8gagy89xgc57")))) + "0rh0bkbn3z8njmaca0jjby4l9axmbgmcr34pf4sdjk99l55azmv4")))) (build-system pyproject-build-system) (arguments (list @@ -835,10 +835,11 @@ reuse, integration with the template loader and inline output.") (propagated-inputs (list python-sqlparse python-django)) (native-inputs - (list python-django-jinja + (list python-django-csp + python-django-template-partials + python-hatchling python-html5lib python-setuptools - python-wheel tzdata-for-tests)) (home-page "https://github.com/jazzband/django-debug-toolbar") (synopsis "Toolbar to help with developing Django applications")