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

Merge pull request #271775 from fabaff/auth0-python-bump

python311Packages.auth0-python: 4.6.0 -> 4.6.1
parents 6998cf86 1fde2844
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "auth0-python";
  version = "4.6.0";
  version = "4.6.1";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "auth0";
    repo = "auth0-python";
    rev = "refs/tags/${version}";
    hash = "sha256-KNhuonqFt+KrRYctQ426FcnzxISp5sBRs28hFL/Du0Q=";
    hash = "sha256-weXEwrOP+TKVwhqCeFVqUw4x+q2Wplr0QWVUzpbNPSc=";
  };

  nativeBuildInputs = [