Skip to content

Commit da45bf9

Browse files
authored
python3Packages.google-genai: 1.29.0 -> 1.31.0 (#435173)
2 parents 7701fe7 + c2be4f0 commit da45bf9

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
@@ -20,14 +20,14 @@
2020

2121
buildPythonPackage rec {
2222
pname = "google-genai";
23-
version = "1.29.0";
23+
version = "1.31.0";
2424
pyproject = true;
2525

2626
src = fetchFromGitHub {
2727
owner = "googleapis";
2828
repo = "python-genai";
2929
tag = "v${version}";
30-
hash = "sha256-EOwIXZ373hsEfGxCE6DRjPRuqPQQoFHTzIDGK1K9X6Q=";
30+
hash = "sha256-pzW0SYLlj7XjJSEqCY3uSYZI8asn451LANpcpr/lxI4=";
3131
};
3232

3333
build-system = [

0 commit comments

Comments
 (0)