Merge pull request #60712 from r-ryantm/auto-update/python3.7-django-allauth

python37Packages.django-allauth: 0.38.0 -> 0.39.1
This commit is contained in:
Mario Rodas 2019-05-08 22:09:14 -05:00 committed by GitHub
commit 0e80406d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
buildPythonPackage rec {
pname = "django-allauth";
version = "0.38.0";
version = "0.39.1";
# no tests on PyPI
src = fetchFromGitHub {
owner = "pennersr";
repo = pname;
rev = version;
sha256 = "17ch8lvq47arkgvwz2fdc89lwvgphsnmjs6wwf5g1m50xclljwmq";
sha256 = "1kplkanhj26z3i6p0l1r5lczha4pavcx96vj3kpcp1rvyk1v0f7r";
};
propagatedBuildInputs = [ requests requests_oauthlib django python3-openid ];