python312Packages.oci: 2.124.2 -> 2.125.0

This commit is contained in:
R. Ryantm 2024-03-27 07:27:27 +00:00
parent fd2ac5b6f3
commit b8e02f02da

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.124.2";
version = "2.125.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "oracle";
repo = "oci-python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-IYINga1qCCmdu1j6ix2GcZtx6twPwfHCxU8fPOqF4eE=";
hash = "sha256-H4LGMl2SuXAGD2cdaDQYkWkYqhjp+EDFOnrku6cG6jk=";
};
pythonRelaxDeps = [