lol

python3.pkgs.django-allauth: 0.51.0 -> 0.54.0 (#225769)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

Dennis
Sandro
and committed by
GitHub
a76b55ea 8fdfae44

+3 -3
+3 -3
pkgs/development/python-modules/django-allauth/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "django-allauth"; 14 - version = "0.51.0"; 14 + version = "0.54.0"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "pennersr"; 21 21 repo = pname; 22 22 rev = version; 23 - hash = "sha256-o8EoayMMwxoJTrUA3Jo1Dfu1XFgC+Mcpa8yMwXlKAKY="; 23 + hash = "sha256-0yJsHJhYeiCHQg/QzFD/metb97rcUJ+LYlsl7fGYmuM="; 24 24 }; 25 25 26 26 postPatch = '' ··· 52 52 description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication"; 53 53 homepage = "https://www.intenct.nl/projects/django-allauth"; 54 54 license = licenses.mit; 55 - maintainers = with maintainers; [ SuperSandro2000 ]; 55 + maintainers = with maintainers; [ derdennisop ]; 56 56 }; 57 57 }