~ruther/guix-local

8c619f21409006663d7cb9c55d78c9aced108900 — Charles Roelli 5 months ago 612607e
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 <sharlatanus@gmail.com>
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/django.scm
M gnu/packages/django.scm => gnu/packages/django.scm +5 -4
@@ 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")