Merge pull request #253917 from r-ryantm/auto-update/python310Packages.social-auth-app-django

python310Packages.social-auth-app-django: 5.2.0 -> 5.3.0
This commit is contained in:
OTABI Tomoya 2023-09-09 13:23:42 +09:00 committed by GitHub
commit 241cb47e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "social-auth-app-django";
version = "5.2.0";
version = "5.3.0";
src = fetchFromGitHub {
owner = "python-social-auth";
repo = "social-app-django";
rev = "refs/tags/${version}";
hash = "sha256-GLOZfiSXkUnTK8Mxg+5jbxkE6Mo0kW5vMZsPe9G/dpU=";
hash = "sha256-YJsE8YfLaUsBjwehheic6YG+6robWeBzKL3T7V0c8E8=";
};
propagatedBuildInputs = [