python312Packages.google-ai-generativelanguage: 0.6.0 -> 0.6.1

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-ai-generativelanguage-v0.6.1/packages/google-ai-generativelanguage/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-04-03 11:55:27 +02:00
parent 177d9f7419
commit f060f64619

View File

@ -16,14 +16,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-ai-generativelanguage"; pname = "google-ai-generativelanguage";
version = "0.6.0"; version = "0.6.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-vA/JVTaj3+NuA91LJo+Utn1hxogihr/OaBV4ujOFm7o="; hash = "sha256-Sr83AAcYsgxD9LkGcrOriFBziwJFfv/9EfMYTgMnLtI=";
}; };
build-system = [ build-system = [