python310Packages.oci: 2.110.2 -> 2.111.0

This commit is contained in:
R. Ryantm 2023-09-01 06:42:20 +00:00
parent c236073d10
commit 89972b3943

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.110.2";
version = "2.111.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-4+qP/eCd3xy0Q3Nrwbj2VpyNWqiKL82nrX7Od0yHToo=";
hash = "sha256-7lkxk/oFb5DPH3LcOJLJByMaf4xQB8L6FLKrXOn+HsM=";
};
pythonRelaxDeps = [