Skip to content

Commit

Permalink
python313Packages.authlib: 1.3.2 -> 1.4.0 (NixOS#371026)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 5, 2025
2 parents d4d5fc0 + 1c715c8 commit bf689c4
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.3.2";
version = "1.4.0";
pyproject = true;

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

build-system = [ setuptools ];
Expand Down

0 comments on commit bf689c4

Please sign in to comment.