python310Packages.oci: 2.104.3 -> 2.105.0

This commit is contained in:
R. Ryantm
2023-06-28 02:50:20 +00:00
parent dde8c4b5df
commit 42cb9eac2e
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.104.3";
version = "2.105.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-1C5+h1w6ACYmzDjgeS7Xvy/xBQnrpEmLJAhNq9bVs4k=";
hash = "sha256-EiyvAVFEC/hVPTagV4CsyrMRyc89cEzG2NIS2nJg+NU=";
};
pythonRelaxDeps = [