python312Packages.oci: 2.135.1 -> 2.139.0

This commit is contained in:
R. Ryantm
2024-12-09 18:48:25 +00:00
parent f602946645
commit d03fb7215e
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.135.1";
version = "2.139.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -22,8 +22,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-PAEHJ92aspRYMqFR9upFmILcqAWCVnR9yiOoLys0GWA=";
tag = "v${version}";
hash = "sha256-FjP68c1h97KwCCuqLVB677YyR4/HMstGfwlLUqdtNLU=";
};
pythonRelaxDeps = [