File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/google-generativeai Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments