From f6912280b7465897b6a72da304da03d455f79a08 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Mon, 8 Apr 2019 11:55:36 -0700 Subject: 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 --- pkgs/development/python-modules/django-allauth/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/django-allauth') diff --git a/pkgs/development/python-modules/django-allauth/default.nix b/pkgs/development/python-modules/django-allauth/default.nix index 775660b8304c4..331aa46acd0b7 100644 --- a/pkgs/development/python-modules/django-allauth/default.nix +++ b/pkgs/development/python-modules/django-allauth/default.nix @@ -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 ]; -- cgit 1.4.1