From fb9c3e09b4627fdb373cb07088d74e2680a0f2c9 Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Thu, 30 Apr 2026 16:57:10 +0200 Subject: [PATCH] python3Packages.social-auth-core: 4.8.5 -> 4.9.1 Diff: https://github.com/python-social-auth/social-core/compare/4.8.5...4.9.1 Changelog: https://github.com/python-social-auth/social-core/blob/4.9.1/CHANGELOG.md --- pkgs/development/python-modules/social-auth-core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/social-auth-core/default.nix b/pkgs/development/python-modules/social-auth-core/default.nix index edc2f91a3db4..a4b893b5e62c 100644 --- a/pkgs/development/python-modules/social-auth-core/default.nix +++ b/pkgs/development/python-modules/social-auth-core/default.nix @@ -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 ];