Fabian Affolter
2024-11-10 05:47:23 +01:00
parent 9d3096074f
commit 27235e1e6d
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "google-generativeai";
version = "0.8.2";
version = "0.8.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "google";
repo = "generative-ai-python";
rev = "refs/tags/v${version}";
hash = "sha256-7l7Tg4sCdRtYnDwrQBA4rUIz4gO2YGf+3qn7OQRMCDc=";
hash = "sha256-XHYO2bH95Naoha2ZLpkP0YCq60qqiQPz+YzU6O4pInQ=";
};
pythonRelaxDeps = [ "google-ai-generativelanguage" ];