python310Packages.oci: 2.110.0 -> 2.110.1

This commit is contained in:
R. Ryantm
2023-08-18 14:35:35 +00:00
parent bc9b484db8
commit 505c9718cd
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.110.0";
version = "2.110.1";
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-aZo/Xv5+AzAEgEGN1GNtqEtUtuhDnOYneG/0f+hByc0=";
hash = "sha256-v2h/K1gat+nHGjn6a9r1BDMDAoJ/OtNctxHzV41gRkg=";
};
pythonRelaxDeps = [