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

python310Packages.auth0-python: 3.23.1 -> 3.24.0
This commit is contained in:
Fabian Affolter 2022-10-18 23:00:13 +02:00 committed by GitHub
commit e60decc097
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 = "3.23.1";
version = "3.24.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-sXEWg6zrwMs8pCSloJtLL3o7ZAXTTiMXEgI7sDaogr4=";
hash = "sha256-iNe86UcjQud/LyX9iwYIGbNVcADjpD4mGM16D+UhLHE=";
};
propagatedBuildInputs = [