guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 616ef76552b501b120d21bb7f1c83061f03a8bf2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon May 25 21:42:58 2026 +0100
gnu: go-chroma: Update to 2.24.1.
* gnu/packages/golang-apps.scm (go-chroma): Update to 2.24.1.
Change-Id: Ic4cccd700c5241319ea931b3b76b7e3d9f3acede
---
gnu/packages/golang-apps.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-apps.scm b/gnu/packages/golang-apps.scm
index c23f4de298..b40aa93abc 100644
--- a/gnu/packages/golang-apps.scm
+++ b/gnu/packages/golang-apps.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2023 JOULAUD François <[email protected]>
;;; Copyright © 2025 Maxim Cournoyer <[email protected]>
;;; Copyright © 2025 Tomas Volf <[email protected]>
-;;; Copyright © 2025 Sharlatan Hellseher <[email protected]>
+;;; Copyright © 2025-2026 Sharlatan Hellseher <[email protected]>
;;; Copyright © 2025 jgart <[email protected]>
;;; Copyright © 2026 Ankit Gadiya <[email protected]>
;;;
@@ -49,7 +49,7 @@
(define-public go-chroma
(package
(name "go-chroma")
- (version "2.20.0")
+ (version "2.24.1")
(source
(origin
(method git-fetch)
@@ -58,7 +58,7 @@
(commit (string-append "v" version ))))
(file-name (git-file-name name version))
(sha256
- (base32 "05w4hnfcxqdlsz7mkc0m3jbp1aj67wzyhq5jh8ldfgnyjnlafia3"))))
+ (base32 "0kww0yhwqzzgl8n3alislf0136rk7kh507bbvr32a30wmk5dzi81"))))
(build-system go-build-system)
(arguments
(list