python312Packages.social-auth-app-django: 5.4.1 -> 5.4.2

This commit is contained in:
R. Ryantm
2024-07-12 16:19:22 +00:00
parent b521675c51
commit 1c5c6e19c2
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "social-auth-app-django";
version = "5.4.1";
version = "5.4.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "python-social-auth";
repo = "social-app-django";
rev = "refs/tags/${version}";
hash = "sha256-BvPQo0pXffGYu0tpy5yHT9lJVwOTewBiX5GLeezBrhE=";
hash = "sha256-W9boogixZ7X6qysfh2YEat+TOBy1VNreGr27y8hno+0=";
};
propagatedBuildInputs = [ social-auth-core ];