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

This commit is contained in:
R. Ryantm
2026-04-20 22:44:00 +00:00
parent 1a2cead235
commit 0ca7b4d53b
@@ -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 ];