python3Packages.oci: 2.160.2 -> 2.160.3

This commit is contained in:
R. Ryantm
2025-10-04 16:42:03 +00:00
parent 73bb504135
commit 5f55b87dd7

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "oci";
version = "2.160.2";
version = "2.160.3";
pyproject = true;
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-python-sdk";
tag = "v${version}";
hash = "sha256-+O3C6We3Awg8zsrfGXhMyLRxnKdRKxFiR72uDSe1WTM=";
hash = "sha256-Nz3/aGumNTMItE/HL5tAdh0QbZngeO02CfJKq4GZ+qY=";
};
pythonRelaxDeps = [