python3Packages.django-allauth: 0.40.0 -> 0.47.0

This commit is contained in:
Martin Weinelt 2021-12-25 21:25:00 +01:00
parent ec7062492f
commit c57eccc31a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,14 +3,14 @@
buildPythonPackage rec {
pname = "django-allauth";
version = "0.40.0";
version = "0.47.0";
# no tests on PyPI
src = fetchFromGitHub {
owner = "pennersr";
repo = pname;
rev = version;
sha256 = "10id4k01p1hg5agb8cmllg8mv4kc7ryl75br10idwxabqqp4vla1";
sha256 = "sha256-wKrsute6TCl331UrxNEBf/zTtGnyGHsOZQwdiicbg2o=";
};
propagatedBuildInputs = [ requests requests_oauthlib django python3-openid ];