Unverified Commit f435f466 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

python313Packages.authlib: 1.6.0 -> 1.6.1 (#430602)

parents 391ee861 2bd8641b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "authlib";
  version = "1.6.0";
  version = "1.6.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "lepture";
    repo = "authlib";
    tag = "v${version}";
    hash = "sha256-USZc+IKcg0+aEG2ISx29jTwm8BBuzNqFoZLBpZ7K2DU=";
    hash = "sha256-2VVfq3D5SbWQI+ZLtG1+fv5CkY54DQ9dvgpMiSffueE=";
  };

  build-system = [ setuptools ];