From 5296c837a6f6858661e45f6cc8b75a04efe70a91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 12:31:30 +0000 Subject: [PATCH] chroma: Update to version 2.16.0 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 609b680076..649fe9b8a1 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "2.15.0", + "version": "2.16.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.15.0/chroma-2.15.0-windows-amd64.tar.gz", - "hash": "2081a1a1255e8425ee1f3fd3d22dae2b80f407e0cf36ef229812a7c42e6ee4a4" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.16.0/chroma-2.16.0-windows-amd64.tar.gz", + "hash": "561d59f12eaf5047073f4d9544ddc94ce0c2a13c54ed58ea12c6b8cf73a314f4" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.15.0/chroma-2.15.0-windows-386.tar.gz", - "hash": "257788302164fbe03117890ef5e0ea31cbf8a61283955235a5e29157546af213" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.16.0/chroma-2.16.0-windows-386.tar.gz", + "hash": "f27a5cbdc1f5adc001ad6dcd61a4fb41e5a33a8cbd46058a5195a1340fb17173" } }, "bin": "chroma.exe",