guix-commits
[Top][All Lists]
Advanced

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

15/57: gnu: python-django-allauth: Update to 0.42.0.


From: guix-commits
Subject: 15/57: gnu: python-django-allauth: Update to 0.42.0.
Date: Tue, 22 Sep 2020 12:43:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6c0131b37537d57015336dd97637ab98a5ec036b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 1 12:10:27 2020 +0200

    gnu: python-django-allauth: Update to 0.42.0.
    
    * 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 77bf439..4c62f29 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -458,14 +458,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



reply via email to

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