gnu: go-github-com-muesli-termenv: Update to 0.15.2.

* gnu/packages/golang.scm (go-github-com-muesli-termenv): Update to 0.15.2.
[propagated-inputs]: Add go-github-com-aymanbagabas-go-osc52-v2,
go-github-com-lucasb-eyer-go-colorful, go-github-com-mattn-go-isatty,
go-github-com-mattn-go-runewidth, and go-golang-org-x-sys.
[native-inputs]: Remove go-github-com-google-goterm,
go-github-com-lucasb-eyer-go-colorful, go-github-com-mattn-go-isatty,
and go-github-com-mattn-go-runewidth.

Change-Id: I29fc31a2ef29921e2aaef4e20a32cd3738be20c6
This commit is contained in:
Sharlatan Hellseher 2024-07-13 00:12:33 +01:00
parent 54f52ae136
commit 717783f83d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6745,7 +6745,7 @@ (define-public go-github-com-muesli-reflow
(define-public go-github-com-muesli-termenv (define-public go-github-com-muesli-termenv
(package (package
(name "go-github-com-muesli-termenv") (name "go-github-com-muesli-termenv")
(version "0.8.1") (version "0.15.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -6754,15 +6754,16 @@ (define-public go-github-com-muesli-termenv
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0m24ljq1nq7z933fcvg99fw0fhxj9rb5ll4rlay7z2f2p59mrbdp")))) "19yhli6k79aqpra4djp0cl4q76mqxbc1f7in20y0dzhnjb7yz42p"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/muesli/termenv")) `(#:import-path "github.com/muesli/termenv"))
(native-inputs (propagated-inputs
(list go-github-com-google-goterm (list go-github-com-aymanbagabas-go-osc52-v2
go-github-com-lucasb-eyer-go-colorful go-github-com-lucasb-eyer-go-colorful
go-github-com-mattn-go-isatty go-github-com-mattn-go-isatty
go-github-com-mattn-go-runewidth)) go-github-com-mattn-go-runewidth
go-golang-org-x-sys))
(home-page "https://github.com/muesli/termenv/") (home-page "https://github.com/muesli/termenv/")
(synopsis "Advanced styling options on the terminal") (synopsis "Advanced styling options on the terminal")
(description "termenv lets you safely use advanced styling options on the (description "termenv lets you safely use advanced styling options on the