Kerstin Humm
2026-06-12 18:12:00 +02:00
parent 478109bb6c
commit fb9c3e09b4
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "social-auth-core";
version = "4.8.5";
version = "4.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "python-social-auth";
repo = "social-core";
tag = version;
hash = "sha256-hYqfahjeNRpfpnNdDRTF9VPaoUh5R+nMDM3frvRI5Nw=";
hash = "sha256-HIRqueDoT5MiK5wYto1/MhZOJVBGUdsHma/klOyVHtM=";
};
nativeBuildInputs = [ setuptools ];