Unverified Commit 96c70017 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

python310Packages.oci: 2.105.0 -> 2.106.0
parents 87b2fc3b a8c6976a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "oci";
  version = "2.105.0";
  version = "2.106.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "oracle";
    repo = "oci-python-sdk";
    rev = "refs/tags/v${version}";
    hash = "sha256-EiyvAVFEC/hVPTagV4CsyrMRyc89cEzG2NIS2nJg+NU=";
    hash = "sha256-46+/uxCwAO9E1YBE337lsD3h2jkcBCYM7o3Vzh42tmI=";
  };

  pythonRelaxDeps = [