me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/django.scm (python-django-debug-toolbar): Update to 2.2.
master
Marius Bakke 2020-09-01 12:33:39 +02:00
parent bc13610148
commit 5495e880a6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -497,7 +497,7 @@ account authentication.")
(define-public python-django-debug-toolbar
(package
(name "python-django-debug-toolbar")
(version "1.10.1")
(version "2.2")
(source
(origin
(method git-fetch)
@ -507,7 +507,7 @@ account authentication.")
(file-name (git-file-name name version))
(sha256
(base32
"0zr6yjsms97wlvvd17rdbrx01irkg887dn9x70c1hzfjmfvp9afk"))))
"14069rlgjd5g724iaglai0nc636g9km4ba56r4j3k84chibqzn03"))))
(build-system python-build-system)
(propagated-inputs
`(("python-sqlparse" ,python-sqlparse)