python310Packages.auth0-python: 4.6.1 -> 4.7.0

This commit is contained in:
R. Ryantm 2023-12-18 11:11:42 +00:00
parent 5fcb8660dd
commit 44909a1816

View file

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "auth0-python"; pname = "auth0-python";
version = "4.6.1"; version = "4.7.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "auth0"; owner = "auth0";
repo = "auth0-python"; repo = "auth0-python";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-weXEwrOP+TKVwhqCeFVqUw4x+q2Wplr0QWVUzpbNPSc="; hash = "sha256-Z89T0HXB66MZTYNKSK8fHunUBFuI1wT5jcy+P3+9tIk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [