From 057784277e1046685f509b52347e17af70401ebc Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 23 Dec 2025 13:15:29 +0100 Subject: [PATCH] gnu: python-django-allauth: Update to 65.9.0. * gnu/packages/django.scm (python-django-allauth): Update to 65.9.0. [home-page, source]: Update repository url. Change-Id: Ia9d821d1dcd2091157c01fd7eb9c04906cdd04c4 Signed-off-by: Sharlatan Hellseher --- gnu/packages/django.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index b68993111f7..90cf5b6726a 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -695,16 +695,16 @@ them do this.") (define-public python-django-allauth (package (name "python-django-allauth") - (version "65.7.0") + (version "65.9.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/pennersr/django-allauth") + (url "https://codeberg.org/allauth/django-allauth") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1k5b3x7pdysb21vbqx7pxi9cm72yj057mm1clg19ymiqj4kq8yfl")))) + (base32 "03a7175748533rw6h3grfpv86i3qb31ixw0kb2kj90gc77sh1sw2")))) (build-system pyproject-build-system) (arguments (list @@ -740,7 +740,7 @@ them do this.") python-pytest-asyncio python-pytest-django python-setuptools)) - (home-page "https://github.com/pennersr/django-allauth") + (home-page "https://codeberg.org/allauth/django-allauth") (synopsis "Set of Django applications addressing authentication") (description "Integrated set of Django applications addressing authentication,