python310Packages.oci: 2.105.0 -> 2.106.0

This commit is contained in:
R. Ryantm 2023-07-16 08:46:01 +00:00
parent 511dd75c59
commit a8c6976ac9

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.105.0";
version = "2.106.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "oracle";
repo = "oci-python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-EiyvAVFEC/hVPTagV4CsyrMRyc89cEzG2NIS2nJg+NU=";
hash = "sha256-46+/uxCwAO9E1YBE337lsD3h2jkcBCYM7o3Vzh42tmI=";
};
pythonRelaxDeps = [