Merge pull request #280728 from r-ryantm/auto-update/python311Packages.authlib

python311Packages.authlib: 1.2.1 -> 1.3.0
This commit is contained in:
Robert Scott 2024-01-13 16:10:10 +00:00 committed by GitHub
commit 20683e36b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "authlib";
version = "1.2.1";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "lepture";
repo = "authlib";
rev = "refs/tags/v${version}";
hash = "sha256-K6u590poZ9C3Uzi3a8k8aXMeSeRgn91e+p2PWYno3Y8=";
hash = "sha256-XHzABjGpZN6ilYuBYyGF3Xy/+AT2DXick8/A4JkyWBA=";
};
propagatedBuildInputs = [