Commit fdb84546 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.llama-index-vector-stores-google: 0.1.4 -> 0.1.5

parent abfff76b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "llama-index-vector-stores-google";
  version = "0.1.4";
  version = "0.1.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_index_vector_stores_google";
    inherit version;
    hash = "sha256-5HjbymV7wdcu/C+ndWCxj3j10QIgVqUaSaZ4cRMJ46U=";
    hash = "sha256-E6RNf2DzktoZW89P0VKfmeZ5SEslGkyFLRxVtnsQOYc=";
  };

  pythonRelaxDeps = [