forked from mirrors/nixpkgs
Merge pull request #69789 from r-ryantm/auto-update/python3.7-django-allauth
python37Packages.django-allauth: 0.39.1 -> 0.40.0
This commit is contained in:
commit
ef909f0ee8
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-allauth";
|
pname = "django-allauth";
|
||||||
version = "0.39.1";
|
version = "0.40.0";
|
||||||
|
|
||||||
# no tests on PyPI
|
# no tests on PyPI
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pennersr";
|
owner = "pennersr";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1kplkanhj26z3i6p0l1r5lczha4pavcx96vj3kpcp1rvyk1v0f7r";
|
sha256 = "10id4k01p1hg5agb8cmllg8mv4kc7ryl75br10idwxabqqp4vla1";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests requests_oauthlib django python3-openid ];
|
propagatedBuildInputs = [ requests requests_oauthlib django python3-openid ];
|
||||||
|
|
Loading…
Reference in a new issue