Merge pull request #288809 from r-ryantm/auto-update/python312Packages.social-auth-core

python312Packages.social-auth-core: 4.5.2 -> 4.5.3
This commit is contained in:
Weijia Wang 2024-03-07 17:27:19 +01:00 committed by GitHub
commit 8323a0ca29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "social-auth-core";
version = "4.5.2";
version = "4.5.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "python-social-auth";
repo = "social-core";
rev = "refs/tags/${version}";
hash = "sha256-4oUSGTDNJc+qZRYiexRUaz8IOaZRXlwqswfPiEzTuR4=";
hash = "sha256-bnPn9roMjOfF2pa1GfCZTnDK0Sfu+umGS0H0PhppKBc=";
};
nativeBuildInputs = [