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

python310Packages.social-auth-app-django: 5.0.0 -> 5.1.0
This commit is contained in:
Weijia Wang 2023-03-17 21:42:50 +02:00 committed by GitHub
commit 190c330018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "social-auth-app-django"; pname = "social-auth-app-django";
version = "5.0.0"; version = "5.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "python-social-auth"; owner = "python-social-auth";
repo = "social-app-django"; repo = "social-app-django";
rev = version; rev = "refs/tags/${version}";
hash = "sha256-ONhdXxclHRpVtijpKEZlmGDhjid/jnTaPq6LQtjxCC4="; hash = "sha256-QZZSwPyQKtcKe1Dij4MjRnKGudg6A6cmS4FGb2F1goY=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [