From 211dc936dde50c100027cc4e1f8cc2f46f58826f Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sat, 18 Oct 2025 11:45:18 -0700 Subject: [PATCH] vectorcode: 0.7.15 -> 0.7.18 https://github.com/Davidyz/VectorCode/compare/0.7.15...0.7.18 --- pkgs/by-name/ve/vectorcode/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ve/vectorcode/package.nix b/pkgs/by-name/ve/vectorcode/package.nix index 33c580bf5c76..12b02e55615a 100644 --- a/pkgs/by-name/ve/vectorcode/package.nix +++ b/pkgs/by-name/ve/vectorcode/package.nix @@ -93,14 +93,14 @@ let in python.pkgs.buildPythonApplication rec { pname = "vectorcode"; - version = "0.7.15"; + version = "0.7.18"; pyproject = true; src = fetchFromGitHub { owner = "Davidyz"; repo = "VectorCode"; tag = version; - hash = "sha256-YRvJVdNZLmNongYEy06QPsmJkPvmg7cucjLJY05yD54="; + hash = "sha256-xtFSERuXivdqY5XT/JJ4lZ1HgGTAE+DGV7pxH1163ZQ="; }; build-system = with python.pkgs; [ @@ -184,6 +184,7 @@ python.pkgs.buildPythonApplication rec { disabledTests = [ # Require internet access + "test_build_query_results_chunk_mode_success" "test_chunked_add" "test_chunked_add_empty_file" "test_chunked_add_truncated"