mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
bc3d1affb5
commit
d2a5e93bd0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue