Skip to content

Commit c36068f

Browse files
committed
python312Packages.google-generativeai: 0.8.3 -> 0.8.4
1 parent 247b802 commit c36068f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-generativeai

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-generativeai/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "google-generativeai";
19-
version = "0.8.3";
19+
version = "0.8.4";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "google";
2626
repo = "generative-ai-python";
2727
tag = "v${version}";
28-
hash = "sha256-XHYO2bH95Naoha2ZLpkP0YCq60qqiQPz+YzU6O4pInQ=";
28+
hash = "sha256-Snsp6hP1BKNLSFGbcotdhmluTuuBPZBcLkNY8mtOl6o=";
2929
};
3030

3131
pythonRelaxDeps = [ "google-ai-generativelanguage" ];

0 commit comments

Comments
 (0)