Skip to content

Commit

Permalink
python312Packages.oci: 2.133.0 -> 2.134.0 (NixOS#342683)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 18, 2024
2 parents 241d265 + 844e015 commit 154f1f5
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 @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "oci";
version = "2.133.0";
version = "2.134.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "oracle";
repo = "oci-python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-oQrbUUDw2OdBQ5xypkbusW82tkxY9GQmHd61DCLMOeA=";
hash = "sha256-EHqXwTsUy2bWQ1OzogL0wQhodgcm4v6T3fz7Y+d4o4w=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 154f1f5

Please sign in to comment.