python311Packages.auth0-python: 4.6.0 -> 4.6.1

Diff: https://github.com/auth0/auth0-python/compare/refs/tags/4.6.0...4.6.1

Changelog: https://github.com/auth0/auth0-python/blob/4.6.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-12-02 23:17:17 +01:00
parent e2987b884f
commit 1fde2844f0

View File

@ -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 = [