Merge pull request #326062 from r-ryantm/auto-update/python312Packages.google-ai-generativelanguage

python312Packages.google-ai-generativelanguage: 0.6.6 -> 0.6.7
This commit is contained in:
Fabian Affolter
2024-07-10 22:42:13 +02:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-ai-generativelanguage";
version = "0.6.6";
version = "0.6.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-FznwNcru7KXCj4h0Be7IaQ8zctr3n+zyZFSpek8XM6g=";
hash = "sha256-6eLvojtiwxGPhkFu75zEgBkjDScVxVWsYfnh6oBQMTI=";
};
build-system = [ setuptools ];