python3Packages.auth0-python: 4.7.0 -> 4.7.1

https://github.com/auth0/auth0-python/blob/4.7.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-03-12 17:41:40 +01:00
parent 140dc71f0b
commit 663f42f385
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "auth0-python";
version = "4.7.0";
version = "4.7.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "auth0";
repo = "auth0-python";
rev = "refs/tags/${version}";
hash = "sha256-Z89T0HXB66MZTYNKSK8fHunUBFuI1wT5jcy+P3+9tIk=";
hash = "sha256-udtrvAr8wfg1DbNbBEjA/tlrYhIiXtTFqi4bZCuKI0Q=";
};
nativeBuildInputs = [