python312Packages.oci: 2.125.0 -> 2.125.1

This commit is contained in:
R. Ryantm 2024-04-04 15:07:21 +00:00
parent ed607387c4
commit 1c1eff31b2
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.125.0";
version = "2.125.1";
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-H4LGMl2SuXAGD2cdaDQYkWkYqhjp+EDFOnrku6cG6jk=";
hash = "sha256-74Y/Rr3jmq4yO78FOrDja+wQIoXom6MBpXCiv/4zA0c=";
};
pythonRelaxDeps = [