python3Packages.llama-index-vector-stores-google: 0.4.0 -> 0.4.1 (#441461)

Changed files
+2 -2
pkgs
development
python-modules
llama-index-vector-stores-google
+2 -2
pkgs/development/python-modules/llama-index-vector-stores-google/default.nix
···
buildPythonPackage rec {
pname = "llama-index-vector-stores-google";
-
version = "0.4.0";
+
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_vector_stores_google";
inherit version;
-
hash = "sha256-EjokpP+46z/OwgmtQO4OnL+w4mUFR0M+2MmycojAc7E=";
+
hash = "sha256-+7Lx//NNjYe0UWWOmLTxajKrfjG9OReVpPgOoO2fczk=";
};
pythonRelaxDeps = [ "google-generativeai" ];