Unverified Commit e512f2b4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.llama-index-graph-stores-neptune: 0.4.1 -> 0.5.0 (#500112)

parents 77e9bfc8 30250dc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "llama-index-graph-stores-neptune";
  version = "0.4.1";
  version = "0.5.0";
  pyproject = true;

  src = fetchPypi {
    pname = "llama_index_graph_stores_neptune";
    inherit version;
    hash = "sha256-plwDD8NBcYqedEoCeYqEZn1kDQZjDpg94jRZJBPjdU8=";
    hash = "sha256-6lWkWHjo9KTZK+N6kc4kHv6kJuAqQKaidTaPEHQ9tQQ=";
  };

  build-system = [ hatchling ];