Unverified Commit eb819345 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.google-genai: 1.61.0 -> 1.62.0 (#487988)

parents b6f30af3 7c1189d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "google-genai";
  version = "1.61.0";
  version = "1.62.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googleapis";
    repo = "python-genai";
    tag = "v${version}";
    hash = "sha256-21E3Aksi3W74ZLg79rSJJ00FCwAjTUiNQ9uq0TSJ7+s=";
    hash = "sha256-LxTWMJbkwndbmp3hNL4n4OxSI7GjMkoFc/17LbjaIyo=";
  };

  build-system = [