guix-patches
[Top][All Lists]
Advanced

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

[bug#43354] [PATCH 12/55] gnu: python-django-allauth: Update to 0.42.0.


From: Marius Bakke
Subject: [bug#43354] [PATCH 12/55] gnu: python-django-allauth: Update to 0.42.0.
Date: Sat, 12 Sep 2020 16:28:28 +0200

* gnu/packages/django.scm (python-django-allauth): Update to 0.42.0.
---
 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 e3f41a7ce5..b4e998957d 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -464,14 +464,14 @@ them do this.")
 (define-public python-django-allauth
   (package
     (name "python-django-allauth")
-    (version "0.40.0")
+    (version "0.42.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "django-allauth" version))
        (sha256
         (base32
-         "12f5gjidcpb7a0d1f601k0c5dcdmb6fg9sfn7xn5j8zfsg29y63a"))))
+         "0c0x8izvrnjhrr48w6pwsfk9ddbi6yfxg7v3hh5dm1vz1d0hjwpi"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
-- 
2.28.0






reply via email to

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