Merge pull request #88660 from r-ryantm/auto-update/python2.7-authlib

python27Packages.authlib: 0.14.1 -> 0.14.3
This commit is contained in:
Florian Klink 2020-05-23 14:27:16 +02:00 committed by GitHub
commit 30583847f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
version = "0.14.1";
version = "0.14.3";
pname = "authlib";
src = fetchFromGitHub {
owner = "lepture";
repo = "authlib";
rev = "v${version}";
sha256 = "0z56r5s8z8pfp0p8zrf1chgzan4q25zg0awgc7bgkvkwgxbhzx4m";
sha256 = "0ph97j94i40jj7nc5ya8pfq0ccx023zbqpcs5hrxmib53g64k5xy";
};
propagatedBuildInputs = [ cryptography requests ];