python3Packages.django-allauth: 65.15.0 -> 65.15.1

This commit is contained in:
R. Ryantm
2026-04-08 15:07:53 +00:00
parent 682d57dc23
commit 4c64686afa
@@ -41,14 +41,14 @@
buildPythonPackage rec {
pname = "django-allauth";
version = "65.15.0";
version = "65.15.1";
pyproject = true;
src = fetchFromCodeberg {
owner = "allauth";
repo = "django-allauth";
tag = version;
hash = "sha256-SInfSvo1/EyvOf28hYxO0WcBC+c5hfjjSStCaTcV+io=";
hash = "sha256-F36Grbyk5jyvEvK+wQtB8rrq9LMSVJCQjdHkRfdKLlM=";
};
nativeBuildInputs = [ gettext ];