python312Packages.google-generativeai: 0.8.3 -> 0.8.4

This commit is contained in:
R. Ryantm
2025-02-01 08:16:53 +00:00
parent 247b802773
commit c36068ff9c
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "google-generativeai";
version = "0.8.3";
version = "0.8.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "google";
repo = "generative-ai-python";
tag = "v${version}";
hash = "sha256-XHYO2bH95Naoha2ZLpkP0YCq60qqiQPz+YzU6O4pInQ=";
hash = "sha256-Snsp6hP1BKNLSFGbcotdhmluTuuBPZBcLkNY8mtOl6o=";
};
pythonRelaxDeps = [ "google-ai-generativelanguage" ];