python313Packages.django-allauth: 65.11.2 -> 65.12.0

Diff: https://codeberg.org/allauth/django-allauth/compare/65.11.2...65.12.0

Changelog: https://codeberg.org/allauth/django-allauth/src/tag/65.12.0/ChangeLog.rst
This commit is contained in:
Fabian Affolter
2025-10-05 12:58:17 +02:00
parent b7ffd1a8c2
commit 1103081183
@@ -41,7 +41,7 @@
buildPythonPackage rec {
pname = "django-allauth";
version = "65.11.2";
version = "65.12.0";
pyproject = true;
src = fetchFromGitea {
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "allauth";
repo = "django-allauth";
tag = version;
hash = "sha256-JqG4fAm5aOUbySQpgLi1NiSvip1/ndVGP6JCe8QmsRs=";
hash = "sha256-LM9XU8oMzg2WlYnwPmmZY+8gzZWT1br2ciZ7gCTbH7I=";
};
nativeBuildInputs = [ gettext ];