Merge pull request #301197 from fabaff/google-ai-generativelanguage-bump

python312Packages.google-ai-generativelanguage: 0.6.0 -> 0.6.1
This commit is contained in:
Fabian Affolter 2024-04-03 16:49:50 +02:00 committed by GitHub
commit d3c6653b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,34 +1,33 @@
{ lib
, buildPythonPackage
, fetchPypi
, google-api-core
, google-cloud-testutils
, grpcio
, grpcio-status
, mock
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
google-api-core,
google-cloud-testutils,
grpcio,
grpcio-status,
mock,
proto-plus,
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-ai-generativelanguage";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-vA/JVTaj3+NuA91LJo+Utn1hxogihr/OaBV4ujOFm7o=";
hash = "sha256-Sr83AAcYsgxD9LkGcrOriFBziwJFfv/9EfMYTgMnLtI=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
google-api-core