mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-charmbracelet-x-input: Update to 0.3.7.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-input): Update to 0.3.7. [propagated-inputs]: Remove go-github-com-erikgeiser-coninput; add go-github-com-rivo-uniseg. Change-Id: I92b1cb180ab240bfe11a0e1214d052f24f802449
This commit is contained in:
parent
dea5b20af1
commit
8f00a8f5c6
1 changed files with 6 additions and 6 deletions
|
@ -3594,7 +3594,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.3.0")
|
(version "0.3.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3604,7 +3604,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 "0v7yrpq6ffa2qdqlrdgl7wm5jvm9wlh2iwyhd4x6hqkq90gwllyr"))
|
(base32 "0yp3hx5b4z61yfbgphabhz16v8alfwd7nwyq40bzls4hcg91hqw5"))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin (use-modules (guix build utils))
|
#~(begin (use-modules (guix build utils))
|
||||||
(delete-file-recursively "ansi")))))
|
(delete-file-recursively "ansi")))))
|
||||||
|
@ -3615,8 +3615,8 @@ package provides an API for comparing Golden files.")
|
||||||
#:unpack-path "github.com/charmbracelet/x"))
|
#:unpack-path "github.com/charmbracelet/x"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-charmbracelet-x-ansi
|
(list go-github-com-charmbracelet-x-ansi
|
||||||
go-github-com-erikgeiser-coninput
|
|
||||||
go-github-com-muesli-cancelreader
|
go-github-com-muesli-cancelreader
|
||||||
|
go-github-com-rivo-uniseg
|
||||||
go-github-com-xo-terminfo
|
go-github-com-xo-terminfo
|
||||||
go-golang-org-x-sys))
|
go-golang-org-x-sys))
|
||||||
(home-page "https://github.com/charmbracelet/x")
|
(home-page "https://github.com/charmbracelet/x")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue