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

python310Packages.auth0-python: 4.6.1 -> 4.7.0
This commit is contained in:
Nick Cao 2023-12-18 12:41:02 -05:00 committed by GitHub
commit b21912e9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,16 +15,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "auth0-python"; pname = "auth0-python";
version = "4.6.1"; version = "4.7.0";
format = "pyproject"; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "auth0"; owner = "auth0";
repo = "auth0-python"; repo = "auth0-python";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-weXEwrOP+TKVwhqCeFVqUw4x+q2Wplr0QWVUzpbNPSc="; hash = "sha256-Z89T0HXB66MZTYNKSK8fHunUBFuI1wT5jcy+P3+9tIk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [