From ff689cf828199c5e231c1a393244d79d42de76d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 08:25:59 +0000 Subject: [PATCH] chroma: Update to version 2.13.0 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 29e06ef5a3..084e844840 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "2.12.0", + "version": "2.13.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.12.0/chroma-2.12.0-windows-amd64.tar.gz", - "hash": "261d1dab49d0f29cd66207f52f03965ae8c658c961d6ae87ea623fcf6dca448f" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.13.0/chroma-2.13.0-windows-amd64.tar.gz", + "hash": "7515294a7aaacec9b1db9adcd81ca792d76a6b534df5fc17268ab9d42741ce7f" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.12.0/chroma-2.12.0-windows-386.tar.gz", - "hash": "198e7d241f9417bd6604acdddae5a331be4f9e4042c59a237a504380f8a9b973" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.13.0/chroma-2.13.0-windows-386.tar.gz", + "hash": "a984b3a384069d21c3ad3523f26d29a1df7fab0b2fd90951ccbac1155f7964f5" } }, "bin": "chroma.exe",