From 2f41f0b3745fe0ab0bb01ea8a28700162ec688b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:31:11 +0000 Subject: [PATCH] chroma: Update to version 2.17.0 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 649fe9b8a1..e4ed3e07e8 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "2.16.0", + "version": "2.17.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.16.0/chroma-2.16.0-windows-amd64.tar.gz", - "hash": "561d59f12eaf5047073f4d9544ddc94ce0c2a13c54ed58ea12c6b8cf73a314f4" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.17.0/chroma-2.17.0-windows-amd64.tar.gz", + "hash": "8f6e88633d852cb646666b3e515c607323d3c07aee24defc3e59d2b7ab373088" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.16.0/chroma-2.16.0-windows-386.tar.gz", - "hash": "f27a5cbdc1f5adc001ad6dcd61a4fb41e5a33a8cbd46058a5195a1340fb17173" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.17.0/chroma-2.17.0-windows-386.tar.gz", + "hash": "a9c2c7dea0c5ffab8da96bf81d10247a02fe45195bbdf69f2db32dd39313251e" } }, "bin": "chroma.exe",