python3Packages.oci: 2.53.1 -> 2.54.0

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:35 -08:00 committed by Martin Weinelt
parent 66615c5908
commit 6af6c95fd4

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.53.1";
version = "2.54.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "oracle";
repo = "oci-python-sdk";
rev = "v${version}";
hash = "sha256-TnLKT/F36jHEfT9K6DFM2GmPRccXz1GJWIF+EEQYRls=";
hash = "sha256-LTfJSlVT4I00ftshU0mbtxzy92G8lOmQiKMTMC+ZFHk=";
};
propagatedBuildInputs = [