python3Packages.django-allauth: 65.12.0 -> 65.13.1

This commit is contained in:
R. Ryantm
2025-11-24 08:46:51 +00:00
parent 6ab7e3d754
commit 74ee48c813
@@ -41,7 +41,7 @@
buildPythonPackage rec {
pname = "django-allauth";
version = "65.12.0";
version = "65.13.1";
pyproject = true;
src = fetchFromGitea {
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "allauth";
repo = "django-allauth";
tag = version;
hash = "sha256-LM9XU8oMzg2WlYnwPmmZY+8gzZWT1br2ciZ7gCTbH7I=";
hash = "sha256-tmCOJ15l8UnvFZFCiqH2ACBeIEDqYKNwf9gkCUHTKPE=";
};
nativeBuildInputs = [ gettext ];