python3Packages.auth0-python: 4.4.0 -> 4.4.2

This commit is contained in:
Martin Weinelt 2023-09-15 14:05:48 +02:00
parent 4f0073c770
commit 9191b1d7d6

View File

@ -5,6 +5,8 @@
, callee
, fetchPypi
, mock
, poetry-core
, poetry-dynamic-versioning
, pyjwt
, pytestCheckHook
, pythonOlder
@ -13,16 +15,22 @@
buildPythonPackage rec {
pname = "auth0-python";
version = "4.4.0";
format = "setuptools";
version = "4.4.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Yf8/NmQygdikQXv9sUukQEKKd+FcpSPnGbbi8kzVyLo=";
pname = "auth0_python";
inherit version;
hash = "sha256-4XWxx0GlDVkABwK69laqOFZliWelQ5mWul3FcWnxuko=";
};
nativeBuildInputs = [
poetry-core
poetry-dynamic-versioning
];
propagatedBuildInputs = [
requests
pyjwt