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:
parent
adba43e264
commit
f6912280b7
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-allauth";
|
pname = "django-allauth";
|
||||||
version = "0.36.0";
|
version = "0.38.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 = "1c863cmd521j6cwpyd50jxz5y62fdschrhm15jfqihicyr9imjan";
|
sha256 = "17ch8lvq47arkgvwz2fdc89lwvgphsnmjs6wwf5g1m50xclljwmq";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests requests_oauthlib django python3-openid ];
|
propagatedBuildInputs = [ requests requests_oauthlib django python3-openid ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user