From 09efd7d97a4daa1fd4bf32d997b3a4524d88c62b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 04:28:11 +0000 Subject: [PATCH] chroma: Update to version 2.9.1 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 55120dc54a..0fd3cb8b82 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "2.8.0", + "version": "2.9.1", "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.8.0/chroma-2.8.0-windows-amd64.tar.gz", - "hash": "3403297ee40ac11983b5bc85a610808104643aa6fabbb1b8b2cc32f193862ef2" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.9.1/chroma-2.9.1-windows-amd64.tar.gz", + "hash": "c9e28ae6b5ac23d7fa269e2914d6854064e368d17bab5d22f0e66b716adfb35e" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.8.0/chroma-2.8.0-windows-386.tar.gz", - "hash": "a03b46bfe50e651040fe8d6a6aa74a1b823d66120cd36f35cc5b297746481b4c" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.9.1/chroma-2.9.1-windows-386.tar.gz", + "hash": "65511e02dc503e82d562c227fbb8d44ac89e5d87afff5f2a765c6d7ebf4acefe" } }, "bin": "chroma.exe",