Skip to content

Commit

Permalink
Merge pull request #214390 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.oci

python310Packages.oci: 2.90.3 -> 2.90.4
  • Loading branch information
wegank authored Feb 3, 2023
2 parents d874e61 + 4853513 commit 541a95a
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.90.3";
version = "2.90.4";
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-mh4wLRNZzLU7sWvaVQWF6fexNrXIo8FMJ1u2RtMpE/E=";
hash = "sha256-alJ0FMh2bZLHG3pUfBJDpnihreSkswQ4BizIMIXKcFc=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 541a95a

Please sign in to comment.