python312Packages.google-ai-generativelanguage: 0.6.5 -> 0.6.6

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-ai-generativelanguage-v0.6.6/packages/google-ai-generativelanguage/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-07-03 12:47:28 +02:00
parent b67f16cfbf
commit dd554a9ea1

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-ai-generativelanguage";
version = "0.6.5";
version = "0.6.6";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xAicJ3+k4mci92qwPuMDnyi+i/HJvigpSLlYOhVMbXk=";
hash = "sha256-FznwNcru7KXCj4h0Be7IaQ8zctr3n+zyZFSpek8XM6g=";
};
build-system = [ setuptools ];