Skip to content

Commit

Permalink
python312Packages.authlib: 1.4.0 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 30, 2025
1 parent bb2b0c5 commit 0ae301b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/authlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "authlib";
version = "1.4.0";
version = "1.4.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "lepture";
repo = "authlib";
tag = "v${version}";
hash = "sha256-GUB/ioyeFfuuKZqsqJkDq0e6ETa1jqyr+GJHPddLRkA=";
hash = "sha256-1Iygc35+Vc1zyn8rjubnSLmpvjckY4TRKOtf2bkrkdI=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 0ae301b

Please sign in to comment.