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

python310Packages.social-auth-core: 4.3.0 -> 4.4.1
This commit is contained in:
Weijia Wang 2023-04-10 12:34:42 +03:00 committed by GitHub
commit 19502db2c3
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.3.0";
version = "4.4.1";
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-P9IWnu1/PWVNl/tZZ4bqz0WnruKu/jXASZBoaWXWeYI=";
hash = "sha256-1uRQ+7dPaD7X0GnI4rCaXJNmkc2uE/OLdxy3T7Gg3Bg=";
};
propagatedBuildInputs = [