Commit 9892aa61 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.google-genai: 1.35.0 -> 1.38.0

parent 554be649
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "google-genai";
  version = "1.35.0";
  version = "1.38.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googleapis";
    repo = "python-genai";
    tag = "v${version}";
    hash = "sha256-KJtnaL2XhTeAXmdIU2O7JkkN3LvOGA/aT3M3Wx9RapM=";
    hash = "sha256-gJaLEpNKHl6n1MvQDIUW7ynsHYH2eEPGsYso5jSysNg=";
  };

  build-system = [