Skip to content

Commit 494f19b

Browse files
authored
python3Packages.oci: 2.142.0 -> 2.151.0 (#405777)
2 parents 5f833dd + 37c00e1 commit 494f19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.142.0";
16+
version = "2.151.0";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "oracle";
2121
repo = "oci-python-sdk";
2222
tag = "v${version}";
23-
hash = "sha256-QZJjUgu2FSL1+fDuSD74mV1t7Y4PyMRJ1TsXrgOmvDU=";
23+
hash = "sha256-8nAe7r62ItTyjFi32r3b3ikAg6/vw9huO7204sUVmuI=";
2424
};
2525

2626
pythonRelaxDeps = [

0 commit comments

Comments
 (0)