python3Packages.django-allauth: 65.14.0 -> 65.14.3

This commit is contained in:
R. Ryantm
2026-02-18 00:02:32 +00:00
parent 65a6a3bc52
commit 43c68c851e
@@ -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 ];