python3Packages.django-allauth: 65.16.0 -> 65.16.1 (#513208)

This commit is contained in:
Sandro
2026-04-25 00:05:48 +00:00
committed by GitHub
@@ -41,14 +41,14 @@
buildPythonPackage rec {
pname = "django-allauth";
version = "65.16.0";
version = "65.16.1";
pyproject = true;
src = fetchFromCodeberg {
owner = "allauth";
repo = "django-allauth";
tag = version;
hash = "sha256-uYJErt7RElFrSMyVtnUgdkoIVIBzuAENZZHn/7kmfDE=";
hash = "sha256-ZtrbIklik0GmVMNtZegXJ8ot+5LKjO0B5ioo5nArKMk=";
};
nativeBuildInputs = [ gettext ];