python310Packages.social-auth-app-django: 5.0.0 -> 5.1.0

This commit is contained in:
R. Ryantm 2023-03-17 12:34:59 +00:00
parent 3ea25207c0
commit cfa79e458d

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "social-auth-app-django";
version = "5.0.0";
version = "5.1.0";
src = fetchFromGitHub {
owner = "python-social-auth";
repo = "social-app-django";
rev = version;
hash = "sha256-ONhdXxclHRpVtijpKEZlmGDhjid/jnTaPq6LQtjxCC4=";
rev = "refs/tags/${version}";
hash = "sha256-QZZSwPyQKtcKe1Dij4MjRnKGudg6A6cmS4FGb2F1goY=";
};
propagatedBuildInputs = [