Skip to content

Commit

Permalink
Merge pull request #275178 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.auth0-python

python310Packages.auth0-python: 4.6.1 -> 4.7.0
  • Loading branch information
NickCao authored Dec 18, 2023
2 parents a927ae4 + 59302f4 commit b21912e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/auth0-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

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

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "auth0";
repo = "auth0-python";
rev = "refs/tags/${version}";
hash = "sha256-weXEwrOP+TKVwhqCeFVqUw4x+q2Wplr0QWVUzpbNPSc=";
hash = "sha256-Z89T0HXB66MZTYNKSK8fHunUBFuI1wT5jcy+P3+9tIk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b21912e

Please sign in to comment.