python311Packages.google-ai-generativelanguage: 0.3.1 -> 0.3.2

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-ai-generativelanguage-v0.3.2/packages/google-ai-generativelanguage/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-09-20 08:54:01 +02:00
parent 6a1b459f0b
commit dfaf779e70

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-ai-generativelanguage";
version = "0.3.1";
version = "0.3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DbtXyNBCew90y4RfJgHiolD9SIjZfX18wvo76xGA66k=";
hash = "sha256-PkQpWHUzvTnv7Ky+cRSHzaXTwh2rDvD0qq53tbxPBME=";
};
propagatedBuildInputs = [