Skip to content

Commit 9b1bf0c

Browse files
authored
python312Packages.google-generativeai: 0.8.4 -> 0.8.5 (#401030)
2 parents aa2260c + 330e852 commit 9b1bf0c

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.4";
19+
version = "0.8.5";
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-Snsp6hP1BKNLSFGbcotdhmluTuuBPZBcLkNY8mtOl6o=";
28+
hash = "sha256-wc35JSc98xvepI7Gpe5jSJ+c8n7WLKa96axoWVcH7UM=";
2929
};
3030

3131
pythonRelaxDeps = [ "google-ai-generativelanguage" ];
@@ -51,7 +51,7 @@ buildPythonPackage rec {
5151
meta = with lib; {
5252
description = "Python client library for Google's large language model PaLM API";
5353
homepage = "https://github.com/google/generative-ai-python";
54-
changelog = "https://github.com/google/generative-ai-python/releases/tag/v${version}";
54+
changelog = "https://github.com/google/generative-ai-python/releases/tag/${src.tag}";
5555
license = licenses.asl20;
5656
maintainers = with maintainers; [ fab ];
5757
};

0 commit comments

Comments
 (0)