gnu: go-golang-org-x-term: Update to 0.3.0.

* gnu/packages/golang.scm (go-golang-org-x-term): Update to 0.3.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Nicolas Graves 2023-04-22 18:13:39 +02:00 committed by Leo Famulari
parent bc3d1affb5
commit d2a5e93bd0
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -10766,17 +10766,17 @@ (define-public go-lukechampine-com-blake3
(define-public go-golang-org-x-term
(package
(name "go-golang-org-x-term")
(version "0.0.0-20210615171337-6886f2dfbf5b")
(version "0.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://go.googlesource.com/term")
(commit (go-version->git-ref version))))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0661w7dp2ak1k4ii90v6chw2x8a6g4sc5j0ba58qlplaj4k5l0xs"))))
"16s3d62fgdhiqvcib61s5pwxp08hhrmzx8bdv5zk1w1krjizdarl"))))
(build-system go-build-system)
(arguments '(#:import-path "golang.org/x/term"))
(propagated-inputs