mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-charmbracelet-lipgloss: Update to 1.1.0.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-lipgloss): Update to 1.1.0. [propagated-inputs]: Add go-github-com-charmbracelet-x-cellbuf. Change-Id: Ic776c1ff279f886454a3d41a071f4c1c9e8813cd
This commit is contained in:
parent
08bd553497
commit
0c20a0e370
1 changed files with 5 additions and 4 deletions
|
@ -3360,16 +3360,16 @@ glamorous default themes.")
|
|||
(define-public go-github-com-charmbracelet-lipgloss
|
||||
(package
|
||||
(name "go-github-com-charmbracelet-lipgloss")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/charmbracelet/lipgloss")
|
||||
(commit (string-append "v" version))))
|
||||
(url "https://github.com/charmbracelet/lipgloss")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0d1aqzsjy0mcliydbfbg223xxpf9646frbj35ac4fisdy3w3n142"))))
|
||||
(base32 "1iww4y37qsyzswsg0p8ws7wb2jl6i2z2n0kwayvfwwh73qjh8zmr"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -3383,6 +3383,7 @@ glamorous default themes.")
|
|||
(propagated-inputs
|
||||
(list go-github-com-aymanbagabas-go-udiff
|
||||
go-github-com-charmbracelet-x-ansi
|
||||
go-github-com-charmbracelet-x-cellbuf
|
||||
go-github-com-charmbracelet-x-exp-golden
|
||||
go-github-com-muesli-termenv
|
||||
go-github-com-rivo-uniseg))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue