Skip to content

Commit

Permalink
python310Packages.oci: 2.83.0 -> 2.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Sep 28, 2022
1 parent b1b6551 commit 5a3df78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/oci/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "oci";
version = "2.83.0";
version = "2.84.0";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "oracle";
repo = "oci-python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-Wwq2o4A8UK4Gj5PvqQqQLYpCLRHTkhS4eygToTAIOwU=";
hash = "sha256-nG8bml9mTlKz48PhQjrLmAYYznb1qlrEI+XgvpM9zlk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 5a3df78

Please sign in to comment.