Skip to content

Commit a87140a

Browse files
authored
python312Packages.google-genai: 1.6.0 -> 1.8.0 (#394393)
2 parents a51fdd5 + 630a99e commit a87140a

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-genai

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-genai/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "google-genai";
17-
version = "1.6.0";
17+
version = "1.8.0";
1818
pyproject = true;
1919

2020
src = fetchFromGitHub {
2121
owner = "googleapis";
2222
repo = "python-genai";
2323
tag = "v${version}";
24-
hash = "sha256-HXLo4dmlZNXXXpchO5sRlBzzQBU4cFS5qDpka2NdLTM=";
24+
hash = "sha256-6toZvocikcGpM0DKqq7/OpYDePt9Q8+WblSUJVXq6lE=";
2525
};
2626

2727
build-system = [ setuptools ];

0 commit comments

Comments
 (0)