python310Packages.auth0-python: 4.3.0 -> 4.4.0

This commit is contained in:
R. Ryantm 2023-07-27 07:53:32 +00:00
parent 8f7b4e8894
commit c4c54d525e

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "auth0-python";
version = "4.3.0";
version = "4.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-enSG8rO0gMpSaf6otdx94xncyxc6Uv570VKVVQkit1g=";
hash = "sha256-Yf8/NmQygdikQXv9sUukQEKKd+FcpSPnGbbi8kzVyLo=";
};
propagatedBuildInputs = [