Merge pull request #266906 from r-ryantm/auto-update/python310Packages.social-auth-core

python310Packages.social-auth-core: 4.4.2 -> 4.5.0
This commit is contained in:
Weijia Wang 2023-12-08 18:37:02 +01:00 committed by GitHub
commit 6f6fb063c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "social-auth-core";
version = "4.4.2";
version = "4.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "python-social-auth";
repo = "social-core";
rev = "refs/tags/${version}";
hash = "sha256-o/qx3bwaj2fiNKM3fafFxOW27JrJ9jG4M4uSnnJDpes=";
hash = "sha256-5WEXXLl0IUPMbji8bWjTbAjY8VSLOTQvrfSCE9+ui5Y=";
};
propagatedBuildInputs = [
@ -75,6 +75,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for social authentication/registration mechanisms";
homepage = "https://github.com/python-social-auth/social-core";
changelog = "https://github.com/python-social-auth/social-core/blob/${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ n0emis ];
};