Unverified Commit a76b55ea authored by Dennis's avatar Dennis Committed by GitHub
Browse files

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



Co-authored-by: default avatarSandro <sandro.jaeckel@gmail.com>
parent 8fdfae44
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "django-allauth";
  version = "0.51.0";
  version = "0.54.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "pennersr";
    repo = pname;
    rev = version;
    hash = "sha256-o8EoayMMwxoJTrUA3Jo1Dfu1XFgC+Mcpa8yMwXlKAKY=";
    hash = "sha256-0yJsHJhYeiCHQg/QzFD/metb97rcUJ+LYlsl7fGYmuM=";
  };

  postPatch = ''
@@ -52,6 +52,6 @@ buildPythonPackage rec {
    description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication";
    homepage = "https://www.intenct.nl/projects/django-allauth";
    license = licenses.mit;
    maintainers = with maintainers; [ SuperSandro2000 ];
    maintainers = with maintainers; [ derdennisop ];
  };
}