python3Packages.google-genai: 1.17.0 -> 1.19.0

This commit is contained in:
R. Ryantm 2025-06-09 04:16:47 +00:00
parent 047f31d25b
commit 72fc0cff08

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "google-genai";
version = "1.17.0";
version = "1.19.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-genai";
tag = "v${version}";
hash = "sha256-ks8MU+Sg6TM57QiNmZD6rTGF8Di32mKtHFTF1pCTouQ=";
hash = "sha256-p9W34v1ToLwketM+wOfrouLLl9pFBljL5doykuZRINo=";
};
build-system = [