Merge pull request #312496 from fabaff/google-generativeai-bump

python312Packages.google-generativeai: 0.5.3 -> 0.5.4
This commit is contained in:
Nick Cao
2024-05-17 19:07:29 -04:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "google-generativeai";
version = "0.5.3";
version = "0.5.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "google";
repo = "generative-ai-python";
rev = "refs/tags/v${version}";
hash = "sha256-tJ04E69xNhDqxZ/0YVCIDFqWdA73rs57usyh3fDv8Ls=";
hash = "sha256-g/strcvXNT21pD4Lt9sgFBgEgiFid+D/cUlTm6k3R6s=";
};
pythonRelaxDeps = [ "google-ai-generativelanguage" ];