python3Packages.social-auth-app-django: 5.5.1 -> 5.7.0

https://github.com/python-social-auth/social-app-django/blob/5.7.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:55 +01:00
parent 5a8eec6e2f
commit 58d9eabd1d
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "social-auth-app-django";
version = "5.5.1";
version = "5.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-social-auth";
repo = "social-app-django";
tag = version;
hash = "sha256-XS7Uj0h2kb+NfO/9S5DAwZ+6LSjqeNslLwNbbVZmkTw=";
hash = "sha256-iR94psgqFeZEGcS/L/W66H8nCNNKKu+hxOUGC93N8Do=";
};
build-system = [ setuptools ];