Merge pull request #261678 from r-ryantm/auto-update/python311Packages.oci

python311Packages.oci: 2.112.4 -> 2.113.0
This commit is contained in:
Mario Rodas 2023-10-27 06:12:23 -05:00 committed by GitHub
commit 4e2615fddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.112.4";
version = "2.113.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-ilYlG0bPoMlCs0D49ZJaDgh/xoY+qsHlfJKHPkepe9Q=";
hash = "sha256-Ui7/rD307fSdAPexZF9VU4NC9udjEGcFpjg/Ob6GVvo=";
};
pythonRelaxDeps = [