Unverified Commit 897b8473 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

python3Packages.oci: 2.160.2 -> 2.160.3 (#448575)

parents eae05845 5f55b87d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "oci";
  version = "2.160.2";
  version = "2.160.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "oracle";
    repo = "oci-python-sdk";
    tag = "v${version}";
    hash = "sha256-+O3C6We3Awg8zsrfGXhMyLRxnKdRKxFiR72uDSe1WTM=";
    hash = "sha256-Nz3/aGumNTMItE/HL5tAdh0QbZngeO02CfJKq4GZ+qY=";
  };

  pythonRelaxDeps = [