Merge pull request #109682 from r-ryantm/auto-update/python3.7-authlib

python37Packages.authlib: 0.15.2 -> 0.15.3
This commit is contained in:
Mario Rodas 2021-01-17 22:53:48 -05:00 committed by GitHub
commit 452dab787f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
version = "0.15.2";
version = "0.15.3";
pname = "authlib";
src = fetchFromGitHub {
owner = "lepture";
repo = "authlib";
rev = "v${version}";
sha256 = "0jsqh2nirx3xifsakqdpd3wpdig6czavv3yj4lyqz3wh9xjpvswg";
sha256 = "1lqicv8awyygqh1z8vhwvx38dw619kgbirdn8c9sc3qilagq1rdx";
};
propagatedBuildInputs = [ cryptography requests ];