python3Packages.django-allauth: 65.16.1 -> 65.18.0

This commit is contained in:
R. Ryantm
2026-06-07 02:16:35 +00:00
parent 38d9adc8ca
commit 56fbad2e25
@@ -41,14 +41,14 @@
buildPythonPackage rec {
pname = "django-allauth";
version = "65.16.1";
version = "65.18.0";
pyproject = true;
src = fetchFromCodeberg {
owner = "allauth";
repo = "django-allauth";
tag = version;
hash = "sha256-ZtrbIklik0GmVMNtZegXJ8ot+5LKjO0B5ioo5nArKMk=";
hash = "sha256-OUU42yld3CTutgu7XOkC/f4U2Yo9HpQV8GCfZsM2P5w=";
};
nativeBuildInputs = [ gettext ];