We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eae0584 + 5f55b87 commit 897b847Copy full SHA for 897b847
1 file changed
pkgs/development/python-modules/oci/default.nix
@@ -13,14 +13,14 @@
13
14
buildPythonPackage rec {
15
pname = "oci";
16
- version = "2.160.2";
+ version = "2.160.3";
17
pyproject = true;
18
19
src = fetchFromGitHub {
20
owner = "oracle";
21
repo = "oci-python-sdk";
22
tag = "v${version}";
23
- hash = "sha256-+O3C6We3Awg8zsrfGXhMyLRxnKdRKxFiR72uDSe1WTM=";
+ hash = "sha256-Nz3/aGumNTMItE/HL5tAdh0QbZngeO02CfJKq4GZ+qY=";
24
};
25
26
pythonRelaxDeps = [
0 commit comments