python311Packages.google-generativeai: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm
2024-06-18 19:17:53 +00:00
parent 0d9492764b
commit b42bdbe76f
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "google-generativeai";
version = "0.6.0";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "google";
repo = "generative-ai-python";
rev = "refs/tags/v${version}";
hash = "sha256-LPT7pyI1crgLCMHZmjGLFvDwuLwdPNGojgvli6qUOy8=";
hash = "sha256-cK5Go5mFy+dC5/B4aMLDjZytNZn79r+ZvOEwAW0FPrI=";
};
pythonRelaxDeps = [ "google-ai-generativelanguage" ];