python312Packages.social-auth-core: 4.5.1 -> 4.5.2

This commit is contained in:
R. Ryantm
2024-01-27 06:58:57 +00:00
parent b0051767f1
commit 950d872cf4
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "social-auth-core";
version = "4.5.1";
version = "4.5.2";
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-yji10s3oHwUcKUs1njctkkmODyQRgiQDSRqolJFTifw=";
hash = "sha256-4oUSGTDNJc+qZRYiexRUaz8IOaZRXlwqswfPiEzTuR4=";
};
nativeBuildInputs = [