python310Packages.auth0-python: 4.2.0 -> 4.3.0

This commit is contained in:
R. Ryantm 2023-07-01 19:38:10 +00:00
parent 645ff62e09
commit 47192222e8

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "auth0-python";
version = "4.2.0";
version = "4.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DyFRCQGjyv75YVBPN+1xWjKQtPUv29xblYu2TehkkVo=";
hash = "sha256-enSG8rO0gMpSaf6otdx94xncyxc6Uv570VKVVQkit1g=";
};
propagatedBuildInputs = [