python37Packages.django-allauth: 0.38.0 -> 0.39.1
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
a381d42221
commit
69c8e9e3e5
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-allauth";
|
pname = "django-allauth";
|
||||||
version = "0.38.0";
|
version = "0.39.1";
|
||||||
|
|
||||||
# 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 = "17ch8lvq47arkgvwz2fdc89lwvgphsnmjs6wwf5g1m50xclljwmq";
|
sha256 = "1kplkanhj26z3i6p0l1r5lczha4pavcx96vj3kpcp1rvyk1v0f7r";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests requests_oauthlib django python3-openid ];
|
propagatedBuildInputs = [ requests requests_oauthlib django python3-openid ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user