From 181a52a4999773451cfe8d3cf7bcf507580d3db3 Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Thu, 30 Apr 2026 17:01:47 +0200 Subject: [PATCH] python3Packages.social-auth-app-django: 5.8.0 -> 5.9.0 Diff: https://github.com/python-social-auth/social-app-django/compare/5.8.0...5.9.0 Changelog: https://github.com/python-social-auth/social-app-django/blob/5.9.0/CHANGELOG.md --- .../python-modules/social-auth-app-django/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/social-auth-app-django/default.nix b/pkgs/development/python-modules/social-auth-app-django/default.nix index 9a0a1c5b85a5..b825aa5fcd14 100644 --- a/pkgs/development/python-modules/social-auth-app-django/default.nix +++ b/pkgs/development/python-modules/social-auth-app-django/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "social-auth-app-django"; - version = "5.8.0"; + version = "5.9.0"; pyproject = true; src = fetchFromGitHub { owner = "python-social-auth"; repo = "social-app-django"; tag = version; - hash = "sha256-NAUCA+FMMgY4xMYspiRO5Kt/S2jbSKDRnBxwmATYxKo="; + hash = "sha256-kyiN7HblqN66Slrub2IphCXBBy6UKxd7PbVHkjuHzkI="; }; build-system = [ setuptools ];