python310Packages.oci: 2.112.1 -> 2.112.2

This commit is contained in:
R. Ryantm 2023-09-29 12:58:15 +00:00
parent 82aaf63703
commit d8df859780

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 = [