python3Packages.django-allauth: 65.13.1 -> 65.14.0 (#482032)

This commit is contained in:
Fabián Heredia Montiel
2026-01-27 23:26:39 +00:00
committed by GitHub
@@ -41,7 +41,7 @@
buildPythonPackage rec {
pname = "django-allauth";
version = "65.13.1";
version = "65.14.0";
pyproject = true;
src = fetchFromGitea {
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "allauth";
repo = "django-allauth";
tag = version;
hash = "sha256-tmCOJ15l8UnvFZFCiqH2ACBeIEDqYKNwf9gkCUHTKPE=";
hash = "sha256-hoPNSMzn/bX98Qe+7guaLK8UhA5FfHpUCjzN6hCXVgs=";
};
nativeBuildInputs = [ gettext ];