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

python310Packages.oci: 2.109.0 -> 2.110.0

authored by

Fabian Affolter and committed by
GitHub
bc16b45e 1ab411fc

+2 -2
+2 -2
pkgs/development/python-modules/oci/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "oci"; 16 - version = "2.109.0"; 16 + version = "2.110.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-vG3ICLvLGu6Lu3Sxd7zmzSy2IhPTu9S0GnR5NxlAklQ="; 25 + hash = "sha256-aZo/Xv5+AzAEgEGN1GNtqEtUtuhDnOYneG/0f+hByc0="; 26 26 }; 27 27 28 28 pythonRelaxDeps = [