python3Packages.social-auth-app-django: 5.7.0 -> 5.8.0 (#511904)

This commit is contained in:
Nick Cao
2026-04-21 19:58:37 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "social-auth-app-django";
version = "5.7.0";
version = "5.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-social-auth";
repo = "social-app-django";
tag = version;
hash = "sha256-iR94psgqFeZEGcS/L/W66H8nCNNKKu+hxOUGC93N8Do=";
hash = "sha256-NAUCA+FMMgY4xMYspiRO5Kt/S2jbSKDRnBxwmATYxKo=";
};
build-system = [ setuptools ];