me
/
guix
Archived
1
0
Fork 0

gnu: python-django-debug-toolbar: Update to 3.2.1.

* gnu/packages/django.scm (python-django-debug-toolbar): Update to 3.2.1.
master
Marius Bakke 2021-05-05 21:49:36 +02:00
parent 151f1720e3
commit 3239a2d5a5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@ account authentication.")
(define-public python-django-debug-toolbar (define-public python-django-debug-toolbar
(package (package
(name "python-django-debug-toolbar") (name "python-django-debug-toolbar")
(version "2.2") (version "3.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -479,7 +479,7 @@ account authentication.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"14069rlgjd5g724iaglai0nc636g9km4ba56r4j3k84chibqzn03")))) "1m1j2sx7q0blma0miswj3c8hrfi5q4y5cq2b816v8gagy89xgc57"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-sqlparse" ,python-sqlparse))) `(("python-sqlparse" ,python-sqlparse)))