Fabian Affolter 2024-04-20 12:09:57 +02:00
parent 9c10ddf7a6
commit 76e51d3379
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "google-generativeai";
version = "0.5.0";
version = "0.5.2";
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-WFkzqsiYADrxVUHClBHY0+oYz2sF52DrVblHT+94QYw=";
hash = "sha256-R1ndVzGKXWRNkWvvuP4HFBXbuk54bCZZvMJY+yalJGU=";
};
pythonRelaxDeps = [ "google-ai-generativelanguage" ];