python312Packages.oci: 2.135.0 -> 2.135.1

This commit is contained in:
R. Ryantm 2024-10-06 09:46:13 +00:00
parent ae58135210
commit e77f7b6ceb

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.135.0";
version = "2.135.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-wm0IwcDXdRU/7YCJe9nlmXClzxGRxF9HfAKjGRYO6NE=";
hash = "sha256-PAEHJ92aspRYMqFR9upFmILcqAWCVnR9yiOoLys0GWA=";
};
pythonRelaxDeps = [