python37Packages.django-allauth: 0.36.0 -> 0.38.0 (#57401)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django-allauth/versions
This commit is contained in:
R. RyanTM 2019-04-08 11:55:36 -07:00 committed by xeji
parent adba43e264
commit f6912280b7

View File

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