Skip to content

Commit

Permalink
python310Packages.oci: 2.78.0 -> 2.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 13, 2022
1 parent 9608ace commit 3940e91
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.78.0";
version = "2.82.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-24V9vfuNMxvC5iqluW4xz7WICXbQA89xmiAH6tIDRw0=";
hash = "sha256-oQCDWLZv7Xa03lYwfn7fjr2/3VN6IDqp96rNN8qfSoE=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 3940e91

Please sign in to comment.