Merge pull request #134026 from NixOS/backport-133718-to-release-21.05

[Backport release-21.05] python38Packages.authlib: 0.15.3 -> 0.15.4
This commit is contained in:
Florian Klink 2021-08-15 22:07:47 +02:00 committed by GitHub
commit 46cc7df0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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