guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8c619f21409006663d7cb9c55d78c9aced108900
Author: Charles Roelli <[email protected]>
AuthorDate: Wed Sep 24 12:39:50 2025 +0200
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 <[email protected]>
---
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 0df0b7db26..d8b67b39b9 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")