python3Packages.oci: 2.158.2 -> 2.160.0 (#439118)

This commit is contained in:
Wolfgang Walther
2025-09-23 12:17:01 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "oci";
version = "2.158.2";
version = "2.160.0";
pyproject = true;
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-python-sdk";
tag = "v${version}";
hash = "sha256-ofZAfPqT+hApELG4dcCJj246PT6XWy5W2C4u2gGazwY=";
hash = "sha256-zd1uDjq4gnAfJlrGzYkvNVs+C5iRLQ4jQUPi+IGboMg=";
};
pythonRelaxDeps = [