mbakke pushed a commit to branch master
in repository guix.
commit 5495e880a6e1000a78c50f3cefa0c0b2ee8ee1c8
Author: Marius Bakke <[email protected]>
AuthorDate: Tue Sep 1 12:33:39 2020 +0200
gnu: python-django-debug-toolbar: Update to 2.2.
* gnu/packages/django.scm (python-django-debug-toolbar): Update to 2.2.
---
gnu/packages/django.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 11d2c88..7068e99 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -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)