python3Packages.oci: 2.158.2 -> 2.160.0 (#439118)
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "oci";
|
||||
version = "2.158.2";
|
||||
version = "2.160.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "oracle";
|
||||
repo = "oci-python-sdk";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ofZAfPqT+hApELG4dcCJj246PT6XWy5W2C4u2gGazwY=";
|
||||
hash = "sha256-zd1uDjq4gnAfJlrGzYkvNVs+C5iRLQ4jQUPi+IGboMg=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
||||
Reference in New Issue
Block a user