From 33f5fc5a41d14a2e4545d647158528cebfe24287 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 3 Apr 2025 06:50:45 +0000 Subject: [PATCH] python312Packages.auth0-python: 4.8.1 -> 4.9.0 --- pkgs/development/python-modules/auth0-python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/auth0-python/default.nix b/pkgs/development/python-modules/auth0-python/default.nix index c0712ebd255b..cfcca247276a 100644 --- a/pkgs/development/python-modules/auth0-python/default.nix +++ b/pkgs/development/python-modules/auth0-python/default.nix @@ -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 = [