python3Packages.oci: 2.141.1 -> 2.142.0
https://github.com/oracle/oci-python-sdk/blob/v2.142.0/CHANGELOG.rst
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "oci";
|
||||
version = "2.141.1";
|
||||
version = "2.142.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "oracle";
|
||||
repo = "oci-python-sdk";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-D2iaEK25ryU1oRRahnlC3wuEIxtyjR6rAa7TXFTaRi4=";
|
||||
hash = "sha256-QZJjUgu2FSL1+fDuSD74mV1t7Y4PyMRJ1TsXrgOmvDU=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Oracle Cloud Infrastructure Python SDK";
|
||||
homepage = "https://github.com/oracle/oci-python-sdk";
|
||||
changelog = "https://github.com/oracle/oci-python-sdk/blob/v${version}/CHANGELOG.rst";
|
||||
changelog = "https://github.com/oracle/oci-python-sdk/blob/${src.tag}/CHANGELOG.rst";
|
||||
license = with lib.licenses; [
|
||||
asl20 # or
|
||||
upl
|
||||
|
||||
Reference in New Issue
Block a user