summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-05 21:49:36 +0200
committerMarius Bakke <marius@gnu.org>2021-05-05 23:48:20 +0200
commit3239a2d5a5eab6362cda865153325ca0c0a71546 (patch)
treed5cd3444c153aa789b60fa98eb1fad2ae02bd2b4 /gnu
parent151f1720e3400e2b1463917f8e0917eef9904dca (diff)
downloadguix-patches-3239a2d5a5eab6362cda865153325ca0c0a71546.tar
guix-patches-3239a2d5a5eab6362cda865153325ca0c0a71546.tar.gz
gnu: python-django-debug-toolbar: Update to 3.2.1.
* gnu/packages/django.scm (python-django-debug-toolbar): Update to 3.2.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/django.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 7ec922be92..2b3d07c759 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -469,7 +469,7 @@ account authentication.")
(define-public python-django-debug-toolbar
(package
(name "python-django-debug-toolbar")
- (version "2.2")
+ (version "3.2.1")
(source
(origin
(method git-fetch)
@@ -479,7 +479,7 @@ account authentication.")
(file-name (git-file-name name version))
(sha256
(base32
- "14069rlgjd5g724iaglai0nc636g9km4ba56r4j3k84chibqzn03"))))
+ "1m1j2sx7q0blma0miswj3c8hrfi5q4y5cq2b816v8gagy89xgc57"))))
(build-system python-build-system)
(propagated-inputs
`(("python-sqlparse" ,python-sqlparse)))