python38Packages.auth0-python: 3.18.0 -> 3.19.0

This commit is contained in:
R. RyanTM 2021-10-18 16:31:27 +00:00 committed by Sandro Jäckel
parent 0645328c22
commit 77d4bc7c4b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "auth0-python";
version = "3.18.0";
version = "3.19.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-jitJF+puXaLv3qyJOjLFetzxRpnlbi4BKS0TzDmCRe8=";
sha256 = "ed33557f252cf8b022b788ebd2b851c681979f200171498acde2b92d760db026";
};
propagatedBuildInputs = [
@ -23,7 +23,6 @@ buildPythonPackage rec {
checkInputs = [
mock
pyjwt
pytestCheckHook
];