Skip to content

Commit 897b847

Browse files
python3Packages.oci: 2.160.2 -> 2.160.3 (#448575)
2 parents eae0584 + 5f55b87 commit 897b847

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/oci/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "oci";
16-
version = "2.160.2";
16+
version = "2.160.3";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "oracle";
2121
repo = "oci-python-sdk";
2222
tag = "v${version}";
23-
hash = "sha256-+O3C6We3Awg8zsrfGXhMyLRxnKdRKxFiR72uDSe1WTM=";
23+
hash = "sha256-Nz3/aGumNTMItE/HL5tAdh0QbZngeO02CfJKq4GZ+qY=";
2424
};
2525

2626
pythonRelaxDeps = [

0 commit comments

Comments
 (0)