Skip to content

Commit f253ed5

Browse files
authored
python312Packages.authlib: 1.4.0 -> 1.4.1 (NixOS#378062)
2 parents 0ac4449 + 0ae301b commit f253ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/authlib/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
buildPythonPackage rec {
2121
pname = "authlib";
22-
version = "1.4.0";
22+
version = "1.4.1";
2323
pyproject = true;
2424

2525
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828
owner = "lepture";
2929
repo = "authlib";
3030
tag = "v${version}";
31-
hash = "sha256-GUB/ioyeFfuuKZqsqJkDq0e6ETa1jqyr+GJHPddLRkA=";
31+
hash = "sha256-1Iygc35+Vc1zyn8rjubnSLmpvjckY4TRKOtf2bkrkdI=";
3232
};
3333

3434
build-system = [ setuptools ];

0 commit comments

Comments
 (0)