We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7609496 + c36068f commit 12a098dCopy full SHA for 12a098d
pkgs/development/python-modules/google-generativeai/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "google-generativeai";
19
- version = "0.8.3";
+ version = "0.8.4";
20
pyproject = true;
21
22
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
owner = "google";
26
repo = "generative-ai-python";
27
tag = "v${version}";
28
- hash = "sha256-XHYO2bH95Naoha2ZLpkP0YCq60qqiQPz+YzU6O4pInQ=";
+ hash = "sha256-Snsp6hP1BKNLSFGbcotdhmluTuuBPZBcLkNY8mtOl6o=";
29
};
30
31
pythonRelaxDeps = [ "google-ai-generativelanguage" ];
0 commit comments