python310Packages.oci: 2.104.2 -> 2.104.3

This commit is contained in:
R. Ryantm
2023-06-25 05:33:50 +00:00
parent 3fe11cb141
commit 2aceb9395c
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.104.2";
version = "2.104.3";
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-JOsyu0zIzItK4+Rq8vnqhRO9YucxLLKtMTK+0EJbxSo=";
hash = "sha256-1C5+h1w6ACYmzDjgeS7Xvy/xBQnrpEmLJAhNq9bVs4k=";
};
pythonRelaxDeps = [