python310Packages.oci: 2.111.0 -> 2.112.1

This commit is contained in:
R. Ryantm 2023-09-15 23:10:45 +00:00
parent 1f832ad576
commit 5f82d4205a

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.111.0";
version = "2.112.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-7lkxk/oFb5DPH3LcOJLJByMaf4xQB8L6FLKrXOn+HsM=";
hash = "sha256-HPmAXLEoTEDVZh1npkcLQamEn/CehzM1FOgGOHUrBrg=";
};
pythonRelaxDeps = [