{ buildPythonPackage, fetchurl , six , social-auth-core }: buildPythonPackage rec { pname = "social-auth-app-django"; version = "3.1.0"; src = fetchurl { url = "https://files.pythonhosted.org/packages/9f/13/3be586914f69fe9d11beee01b938d329589045dfe90076529c82dae97578/social_auth_app_django-3.1.0-py3-none-any.whl"; sha256 = "1qwsx35qncdjwdja1lfr7b9wjsgwdv70qbmhqfa99xgnnvby6dwj"; }; format = "wheel"; doCheck = false; buildInputs = []; checkInputs = []; nativeBuildInputs = []; propagatedBuildInputs = [ six social-auth-core ]; }