Commit 0340fc70 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.llama-index-graph-stores-neo4j: 0.5.0 -> 0.5.1

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

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

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_index_graph_stores_neo4j";
    inherit version;
    hash = "sha256-Iumsnln5iGMAoB3aY4haecm87jYXlEW4/2+uppW8m9c=";
    hash = "sha256-P3EzR6piD49dFQY26LuV4/gZpOsFe5Hfp87BFiwo1Xg=";
  };

  build-system = [ hatchling ];