python3Packages.auth0-python: 3.22.0 -> 3.23.1

This commit is contained in:
Martin Weinelt 2022-07-16 12:58:57 +02:00
parent 4abaa07e13
commit 3dec3ae3c7

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "auth0-python";
version = "3.22.0";
version = "3.23.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-05yJbF6eXz+vJx+plY5gqzRRYL2SjDnF7gSfX6WIS4E=";
sha256 = "sha256-sXEWg6zrwMs8pCSloJtLL3o7ZAXTTiMXEgI7sDaogr4=";
};
propagatedBuildInputs = [