mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
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:
commit
6f6fb063c2
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user