From ba5c4fa6bf4e842e063c7e48a207cef3d6d01213 Mon Sep 17 00:00:00 2001 From: Aaron Covrig Date: Sun, 10 May 2026 11:42:55 -0400 Subject: [PATCH] gnu: go-github-com-charmbracelet-x-ansi: Update to 0.10.2. * gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-ansi): Update to 0.10.2. Fixes: guix/guix#8408 Change-Id: I47c9ceedb63c1c890913ea1cbadcab6cf45249b8 Signed-off-by: Sharlatan Hellseher --- gnu/packages/golang-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 08cb9194336..5d8fee06fde 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -4980,7 +4980,7 @@ and multi-selects with a focus on user experience and aesthetics.") (define-public go-github-com-charmbracelet-x-ansi (package (name "go-github-com-charmbracelet-x-ansi") - (version "0.10.1") + (version "0.10.2") (source (origin (method git-fetch/lfs) @@ -4990,7 +4990,7 @@ and multi-selects with a focus on user experience and aesthetics.") #:subdir "ansi")))) (file-name (git-file-name name version)) (sha256 - (base32 "083zj3yqb48li8w389iabi1b1zklbw7cwam2grvvglcqrrsj3bsf")) + (base32 "1nr09574rdrgnsj7c2z11233zljl3gcqax0jb3na6v4ixl7gnhq2")) (modules '((guix build utils) (ice-9 ftw) (srfi srfi-26)))