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

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

python311Packages.auth0-python: 4.1.1 -> 4.2.0
parents 5a92e52e e21e086b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "auth0-python";
  version = "4.1.1";
  version = "4.2.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-or9lrvCWBTrbRhKDs12KVIukoeo2T8Sb2sex57DfArc=";
    hash = "sha256-DyFRCQGjyv75YVBPN+1xWjKQtPUv29xblYu2TehkkVo=";
  };

  propagatedBuildInputs = [