Merge pull request #245681 from r-ryantm/auto-update/python310Packages.auth0-python

python310Packages.auth0-python: 4.3.0 -> 4.4.0
This commit is contained in:
Fabian Affolter 2023-07-27 11:01:36 +02:00 committed by GitHub
commit 9f5c0a76f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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