python311Packages.google-ai-generativelanguage: 0.6.4 -> 0.6.5

This commit is contained in:
R. Ryantm 2024-06-13 19:28:02 +00:00
parent 5ebfc39212
commit 28e71828be

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-ai-generativelanguage";
version = "0.6.4";
version = "0.6.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-F1CEjBKvlsskrhw90F5L/iSGfcRXcAntA+EELYQh6HQ=";
hash = "sha256-xAicJ3+k4mci92qwPuMDnyi+i/HJvigpSLlYOhVMbXk=";
};
build-system = [ setuptools ];