Merge pull request #258040 from r-ryantm/auto-update/python310Packages.oci

python310Packages.oci: 2.112.1 -> 2.112.2
This commit is contained in:
Nick Cao 2023-09-29 13:35:51 -04:00 committed by GitHub
commit 77aa9cc33e
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.1";
version = "2.112.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-HPmAXLEoTEDVZh1npkcLQamEn/CehzM1FOgGOHUrBrg=";
hash = "sha256-Khh1/lpgBtUb1pfV7wNkHA6dWiBpAS899zB4Elp1ULY=";
};
pythonRelaxDeps = [