python311Packages.social-auth-app-django: 5.4.0 -> 5.4.1

This commit is contained in:
R. Ryantm 2024-04-27 22:36:28 +00:00
parent 60cb88cc49
commit af223e6426

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "social-auth-app-django";
version = "5.4.0";
version = "5.4.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "python-social-auth";
repo = "social-app-django";
rev = "refs/tags/${version}";
hash = "sha256-CZF1DA4UUnmGfdmWlBJ0zJIYx1E03a7Z7Y6WJNFU68M=";
hash = "sha256-BvPQo0pXffGYu0tpy5yHT9lJVwOTewBiX5GLeezBrhE=";
};
propagatedBuildInputs = [