Merge pull request #243784 from r-ryantm/auto-update/python310Packages.oci

python310Packages.oci: 2.105.0 -> 2.106.0

authored by Mario Rodas and committed by GitHub 96c70017 87b2fc3b

+2 -2
+2 -2
pkgs/development/python-modules/oci/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "oci"; 16 - version = "2.105.0"; 16 + version = "2.106.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "oracle"; 23 23 repo = "oci-python-sdk"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-EiyvAVFEC/hVPTagV4CsyrMRyc89cEzG2NIS2nJg+NU="; 25 + hash = "sha256-46+/uxCwAO9E1YBE337lsD3h2jkcBCYM7o3Vzh42tmI="; 26 26 }; 27 27 28 28 pythonRelaxDeps = [