python310Packages.oci: 2.78.0 -> 2.82.0

This commit is contained in:
R. Ryantm 2022-09-13 22:12:37 +00:00
parent 9608ace700
commit 3940e91bf4

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.78.0";
version = "2.82.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-24V9vfuNMxvC5iqluW4xz7WICXbQA89xmiAH6tIDRw0=";
hash = "sha256-oQCDWLZv7Xa03lYwfn7fjr2/3VN6IDqp96rNN8qfSoE=";
};
propagatedBuildInputs = [