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

python310Packages.oci: 2.104.3 -> 2.105.0

authored by

Weijia Wang and committed by
GitHub
88d0076c 903b19a2

+2 -2
+2 -2
pkgs/development/python-modules/oci/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "oci"; 16 - version = "2.104.3"; 16 + version = "2.105.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-1C5+h1w6ACYmzDjgeS7Xvy/xBQnrpEmLJAhNq9bVs4k="; 25 + hash = "sha256-EiyvAVFEC/hVPTagV4CsyrMRyc89cEzG2NIS2nJg+NU="; 26 26 }; 27 27 28 28 pythonRelaxDeps = [