python312Packages.llama-index-embeddings-google: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2025-03-22 15:30:50 +00:00
parent 89bf2a143a
commit 39ffda068b
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-embeddings-google";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_embeddings_google";
inherit version;
hash = "sha256-XS0ZYLxe7/ezeLEJE/lEUzcaIwN1TzS/bA5sCRyx/Lk=";
hash = "sha256-gMFfA/USIYkOIaNPZfpLoRzkDGnN2e+gNlylAOrTxKs=";
};
pythonRelaxDeps = [ "google-generativeai" ];