python312Packages.google-ai-generativelanguage: 0.6.3 -> 0.6.4

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-ai-generativelanguage-v0.6.4/packages/google-ai-generativelanguage/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-05-18 15:53:47 +02:00
parent c21d10ba30
commit 4253630492

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-ai-generativelanguage";
version = "0.6.3";
version = "0.6.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EKEfHhu4Rw/1ADDBrNcps6unopreLDDPHRyRcpE2bGc=";
hash = "sha256-F1CEjBKvlsskrhw90F5L/iSGfcRXcAntA+EELYQh6HQ=";
};
build-system = [ setuptools ];