1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: go-github-com-charmbracelet-x-input: Update to 0.3.0.

* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-input): Update to 0.3.0.
[propagated-inputs]: Remove go-github-com-charmbracelet-x-ansi-0.4.5; add
go-github-com-charmbracelet-x-ansi.

Change-Id: Iead85a8c4cf0ff2339db1be1fa3aa2d59fc7453e
This commit is contained in:
Sharlatan Hellseher 2025-01-09 20:22:34 +00:00
parent a18429fb3a
commit bbdec2ee61
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2604,7 +2604,7 @@ package provides an API for comparing Golden files.")
(define-public go-github-com-charmbracelet-x-input (define-public go-github-com-charmbracelet-x-input
(package (package
(name "go-github-com-charmbracelet-x-input") (name "go-github-com-charmbracelet-x-input")
(version "0.2.0") (version "0.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2614,7 +2614,7 @@ package provides an API for comparing Golden files.")
#:subdir "input")))) #:subdir "input"))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0sby6rvi04nga2iv823slsgydqlianfl6k3fgjvjzfyxd68lqxsp")) (base32 "0v7yrpq6ffa2qdqlrdgl7wm5jvm9wlh2iwyhd4x6hqkq90gwllyr"))
(snippet (snippet
#~(begin (use-modules (guix build utils)) #~(begin (use-modules (guix build utils))
(delete-file-recursively "ansi"))))) (delete-file-recursively "ansi")))))
@ -2624,7 +2624,7 @@ package provides an API for comparing Golden files.")
#:import-path "github.com/charmbracelet/x/input" #:import-path "github.com/charmbracelet/x/input"
#:unpack-path "github.com/charmbracelet/x")) #:unpack-path "github.com/charmbracelet/x"))
(propagated-inputs (propagated-inputs
(list go-github-com-charmbracelet-x-ansi-0.4.5 (list go-github-com-charmbracelet-x-ansi
go-github-com-erikgeiser-coninput go-github-com-erikgeiser-coninput
go-github-com-muesli-cancelreader go-github-com-muesli-cancelreader
go-github-com-xo-terminfo go-github-com-xo-terminfo