vectorcode: 0.7.15 -> 0.7.18

https://github.com/Davidyz/VectorCode/compare/0.7.15...0.7.18
This commit is contained in:
Sarah Clark
2025-10-18 11:45:18 -07:00
parent b20bb71007
commit 211dc936dd
+3 -2
View File
@@ -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"