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

python312Packages.social-auth-app-django: 5.4.1 -> 5.4.2
This commit is contained in:
Sandro 2024-07-30 20:26:30 +02:00 committed by GitHub
commit c5b52fa6a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "social-auth-app-django";
version = "5.4.1";
version = "5.4.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "python-social-auth";
repo = "social-app-django";
rev = "refs/tags/${version}";
hash = "sha256-BvPQo0pXffGYu0tpy5yHT9lJVwOTewBiX5GLeezBrhE=";
hash = "sha256-W9boogixZ7X6qysfh2YEat+TOBy1VNreGr27y8hno+0=";
};
propagatedBuildInputs = [ social-auth-core ];