Merge pull request #253917 from r-ryantm/auto-update/python310Packages.social-auth-app-django

python310Packages.social-auth-app-django: 5.2.0 -> 5.3.0

authored by

OTABI Tomoya and committed by
GitHub
241cb47e a11c2e59

+2 -2
+2 -2
pkgs/development/python-modules/social-auth-app-django/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "social-auth-app-django"; 5 - version = "5.2.0"; 5 + version = "5.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "python-social-auth"; 9 9 repo = "social-app-django"; 10 10 rev = "refs/tags/${version}"; 11 - hash = "sha256-GLOZfiSXkUnTK8Mxg+5jbxkE6Mo0kW5vMZsPe9G/dpU="; 11 + hash = "sha256-YJsE8YfLaUsBjwehheic6YG+6robWeBzKL3T7V0c8E8="; 12 12 }; 13 13 14 14 propagatedBuildInputs = [