python311Packages.oci: 2.120.0 -> 2.121.1

This commit is contained in:
R. Ryantm
2024-02-15 10:04:51 +00:00
parent f893cc7daa
commit 655a0dd0fd
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "oci";
version = "2.120.0";
version = "2.121.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "oracle";
repo = "oci-python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-KUiv0cNkkvaouhR2UgdMVBwrZoqCxVif71/eiyjpskI=";
hash = "sha256-oOy0gOTekPXv557dl0A0b8TJVGSUYPq38h2Fu8PN03o=";
};
pythonRelaxDeps = [