guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/14: gnu: python-django-debug-toolbar: Update to 3.2.1.


From: guix-commits
Subject: 09/14: gnu: python-django-debug-toolbar: Update to 3.2.1.
Date: Wed, 5 May 2021 17:49:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3239a2d5a5eab6362cda865153325ca0c0a71546
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed May 5 21:49:36 2021 +0200

    gnu: python-django-debug-toolbar: Update to 3.2.1.
    
    * gnu/packages/django.scm (python-django-debug-toolbar): Update to 3.2.1.
---
 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 7ec922b..2b3d07c 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]