python3Packages.django-allauth: 65.14.0 -> 65.14.3 (#489121)

This commit is contained in:
Martin Weinelt
2026-02-18 01:35:58 +00:00
committed by GitHub
@@ -41,14 +41,14 @@
buildPythonPackage rec {
pname = "django-allauth";
version = "65.14.0";
version = "65.14.3";
pyproject = true;
src = fetchFromCodeberg {
owner = "allauth";
repo = "django-allauth";
tag = version;
hash = "sha256-hoPNSMzn/bX98Qe+7guaLK8UhA5FfHpUCjzN6hCXVgs=";
hash = "sha256-Kr6iYN+qM1ZdtQAJ9Ks+zC70AiiUi2IY2O/G9S+tTmI=";
};
nativeBuildInputs = [ gettext ];