From 48a71f8c727b0693cc387d13f3f034526e663ece Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 04:44:09 +0000 Subject: [PATCH] chroma: Update to version 2.20.0 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 86bdbb396e..55f8066730 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "2.19.0", + "version": "2.20.0", "description": "A general purpose syntax highlighter in pure Go", "homepage": "https://github.com/alecthomas/chroma", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.19.0/chroma-2.19.0-windows-amd64.tar.gz", - "hash": "d2d898065d4706403d3e35b70bdc1ec1030d2b57eae3f02f56cb43e746366a5a" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.20.0/chroma-2.20.0-windows-amd64.tar.gz", + "hash": "fcdee97e0be61631736e66b18da1b7b0809ef4961cc2bef54b6d06f7a1af4591" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.19.0/chroma-2.19.0-windows-386.tar.gz", - "hash": "3754b04035b6118cf7a27f2eff5e731dda841e32defda452367f19a574ae6e31" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.20.0/chroma-2.20.0-windows-386.tar.gz", + "hash": "82f3b5ec53012c2ede394883a745f9e5e516ec6a6ada7aac84ba2e4dfdb2818c" } }, "bin": "chroma.exe",