Loading pkgs/development/python-modules/llama-index-graph-stores-neo4j/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -7,15 +7,15 @@ neo4j, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "llama-index-graph-stores-neo4j"; version = "0.5.1"; version = "0.5.2"; pyproject = true; src = fetchPypi { pname = "llama_index_graph_stores_neo4j"; inherit version; hash = "sha256-P3EzR6piD49dFQY26LuV4/gZpOsFe5Hfp87BFiwo1Xg="; inherit (finalAttrs) version; hash = "sha256-TPPZyKD6sFX/qsHSTiidT6idXnW1edSv1ZbOXopa3lI="; }; pythonRelaxDeps = [ "neo4j" ]; Loading @@ -38,4 +38,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/llama-index-graph-stores-neo4j/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -7,15 +7,15 @@ neo4j, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "llama-index-graph-stores-neo4j"; version = "0.5.1"; version = "0.5.2"; pyproject = true; src = fetchPypi { pname = "llama_index_graph_stores_neo4j"; inherit version; hash = "sha256-P3EzR6piD49dFQY26LuV4/gZpOsFe5Hfp87BFiwo1Xg="; inherit (finalAttrs) version; hash = "sha256-TPPZyKD6sFX/qsHSTiidT6idXnW1edSv1ZbOXopa3lI="; }; pythonRelaxDeps = [ "neo4j" ]; Loading @@ -38,4 +38,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })