python310Packages.oci: 2.110.1 -> 2.110.2

This commit is contained in:
R. Ryantm 2023-08-25 04:32:26 +00:00
parent 35bec35018
commit dff0600062

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.110.1";
version = "2.110.2";
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-v2h/K1gat+nHGjn6a9r1BDMDAoJ/OtNctxHzV41gRkg=";
hash = "sha256-4+qP/eCd3xy0Q3Nrwbj2VpyNWqiKL82nrX7Od0yHToo=";
};
pythonRelaxDeps = [