We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ac4449 + 0ae301b commit f253ed5Copy full SHA for f253ed5
pkgs/development/python-modules/authlib/default.nix
@@ -19,7 +19,7 @@
19
20
buildPythonPackage rec {
21
pname = "authlib";
22
- version = "1.4.0";
+ version = "1.4.1";
23
pyproject = true;
24
25
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
28
owner = "lepture";
29
repo = "authlib";
30
tag = "v${version}";
31
- hash = "sha256-GUB/ioyeFfuuKZqsqJkDq0e6ETa1jqyr+GJHPddLRkA=";
+ hash = "sha256-1Iygc35+Vc1zyn8rjubnSLmpvjckY4TRKOtf2bkrkdI=";
32
};
33
34
build-system = [ setuptools ];
0 commit comments