python3Packages.oci: 2.160.2 -> 2.160.3 (#448575)

This commit is contained in:
Matteo Pacini
2025-10-07 10:12:21 +00:00
committed by GitHub
@@ -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 = [