3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-django-allauth: Update to 0.42.0.

* gnu/packages/django.scm (python-django-allauth): Update to 0.42.0.
This commit is contained in:
Marius Bakke 2020-09-01 12:10:27 +02:00
parent 357f586374
commit 6c0131b375
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -458,14 +458,14 @@ them do this.")
(define-public python-django-allauth (define-public python-django-allauth
(package (package
(name "python-django-allauth") (name "python-django-allauth")
(version "0.40.0") (version "0.42.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "django-allauth" version)) (uri (pypi-uri "django-allauth" version))
(sha256 (sha256
(base32 (base32
"12f5gjidcpb7a0d1f601k0c5dcdmb6fg9sfn7xn5j8zfsg29y63a")))) "0c0x8izvrnjhrr48w6pwsfk9ddbi6yfxg7v3hh5dm1vz1d0hjwpi"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases