summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-05 22:35:07 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-05 22:38:56 +0000
commit9430e5b6957958fcf29795e1720ba1f6de0aa1e1 (patch)
tree2d8a931f99027f9eee3a43409f641728d0e72005 /gnu
parent18f068e2c4672a72b8a0fe2eb83ea3ff321e2cdd (diff)
gnu: go-github-com-charmbracelet-bubbles: Update to 0.21.1.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-bubbles): Update to 0.21.1. Change-Id: Ieff8cdecd49f980a950f4cac508cd4f634b26bae
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e526670d207..c50bdcd027d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3516,7 +3516,7 @@ tools.")
(define-public go-github-com-charmbracelet-bubbles
(package
(name "go-github-com-charmbracelet-bubbles")
- (version "0.20.0")
+ (version "0.21.1")
(source
(origin
(method git-fetch)
@@ -3525,7 +3525,7 @@ tools.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1qdcln01bq9lk6r33b8p5d5x850wgd8ddq57n4bg3xn76z2fd657"))))
+ (base32 "16skxb77zs3c8wkc2f4gd4cmwwj9lmh8k62jn3003cfzprq00af6"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/charmbracelet/bubbles"))