0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00
Fabian Affolter 2024-07-14 16:14:13 +02:00
parent e77f5a0477
commit d7978826fd

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "google-generativeai";
version = "0.7.1";
version = "0.7.2";
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-4pfcZIRPxkZkKjzYtOn3r7mn0pJZeUzkYidZmePgDys=";
hash = "sha256-KVKoPCpMaaVMU6VqYXD7vHmhv1AS5slRobRVDDuaDHc=";
};
pythonRelaxDeps = [ "google-ai-generativelanguage" ];