We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a51fdd5 + 630a99e commit a87140aCopy full SHA for a87140a
pkgs/development/python-modules/google-genai/default.nix
@@ -14,14 +14,14 @@
14
15
buildPythonPackage rec {
16
pname = "google-genai";
17
- version = "1.6.0";
+ version = "1.8.0";
18
pyproject = true;
19
20
src = fetchFromGitHub {
21
owner = "googleapis";
22
repo = "python-genai";
23
tag = "v${version}";
24
- hash = "sha256-HXLo4dmlZNXXXpchO5sRlBzzQBU4cFS5qDpka2NdLTM=";
+ hash = "sha256-6toZvocikcGpM0DKqq7/OpYDePt9Q8+WblSUJVXq6lE=";
25
};
26
27
build-system = [ setuptools ];
0 commit comments