Unverified Commit af9c43c4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.auth0-python: 4.8.1 -> 4.9.0 (#395679)

parents cf416f57 33f5fc5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "auth0-python";
  version = "4.8.1";
  version = "4.9.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "auth0";
    repo = "auth0-python";
    tag = version;
    hash = "sha256-nokrrfI0+ExAEIIS6AS9VeMmYIVUQuNLUWEsTm2CJMM=";
    hash = "sha256-xmA1VbXTDSnkiciyMJidzc3HPwD0OySrByJvzqiaDy4=";
  };

  nativeBuildInputs = [