python310Packages.oci: 2.90.3 -> 2.90.4

This commit is contained in:
R. Ryantm 2023-02-03 16:25:15 +00:00
parent ce18482c53
commit 485351377f

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.90.3";
version = "2.90.4";
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-mh4wLRNZzLU7sWvaVQWF6fexNrXIo8FMJ1u2RtMpE/E=";
hash = "sha256-alJ0FMh2bZLHG3pUfBJDpnihreSkswQ4BizIMIXKcFc=";
};
propagatedBuildInputs = [