From 871657b514e20b5fa380712f1547d8259ade6c05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:31:22 +0000 Subject: [PATCH] chroma: Update to version 2.3.0 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 4fef32db4f..531efe96c7 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "2.2.0", + "version": "2.3.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.2.0/chroma-2.2.0-windows-amd64.tar.gz", - "hash": "d7e4418ceeac4cccd02d8df5ffc0d0c4cbdb8d90d5fd6f923cd49124bb5104ff" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.3.0/chroma-2.3.0-windows-amd64.tar.gz", + "hash": "a0ade13f888186d158b671ad6ce3d392078dead110c97f9ce891f344786ecc4c" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.2.0/chroma-2.2.0-windows-386.tar.gz", - "hash": "a9762f35bb23eb75f1b9fad98b450e1eecef48aad7ef5ba231253552e7dfcfdd" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.3.0/chroma-2.3.0-windows-386.tar.gz", + "hash": "dbdf9ecd16997c5510d154e3bd3e7f386e9997c318f2a1c95ae00d993822206d" } }, "bin": "chroma.exe",