python310Packages.oci: 2.90.4 -> 2.91.0

This commit is contained in:
R. Ryantm
2023-02-10 12:09:29 +00:00
committed by Florian Brandes
parent 2b7f2360c5
commit 308384f490

View File

@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.90.4";
version = "2.91.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "oracle";
repo = "oci-python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-alJ0FMh2bZLHG3pUfBJDpnihreSkswQ4BizIMIXKcFc=";
hash = "sha256-sKz++PtqLjgBTf8Y/pYoa/wyuK3OoXOdGyjsbXX0iao=";
};
propagatedBuildInputs = [