python37Packages.authlib: 0.15.2 -> 0.15.3

This commit is contained in:
R. RyanTM 2021-01-18 01:41:29 +00:00
parent e53c43bebb
commit 3f424d3ba0

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 ];