python311Packages.llama-index-vector-stores-google: 0.1.5 -> 0.2.0

This commit is contained in:
Fabian Affolter
2024-09-01 01:21:25 +02:00
parent 699e606267
commit 4aed08e6f9
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-google";
version = "0.1.5";
version = "0.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_google";
inherit version;
hash = "sha256-E6RNf2DzktoZW89P0VKfmeZ5SEslGkyFLRxVtnsQOYc=";
hash = "sha256-7BEgRLkhyCo0z3puoWcFRqa+xG6vQdkKFWvr9oz6xs4=";
};
pythonRelaxDeps = [ "google-generativeai" ];