mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: go-golang-org-x-term: Update to 0.22.0.
* gnu/packages/golang-build.scm (go-golang-org-x-term): Update to 0.22.0. Change-Id: I88126d9f090bf430a1b2c9c5207cab7a667321e4
This commit is contained in:
parent
d44df8d43b
commit
3fde511b7a
1 changed files with 2 additions and 2 deletions
|
@ -461,7 +461,7 @@ (define-public go-golang-org-x-sys
|
|||
(define-public go-golang-org-x-term
|
||||
(package
|
||||
(name "go-golang-org-x-term")
|
||||
(version "0.3.0")
|
||||
(version "0.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -470,7 +470,7 @@ (define-public go-golang-org-x-term
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "16s3d62fgdhiqvcib61s5pwxp08hhrmzx8bdv5zk1w1krjizdarl"))))
|
||||
(base32 "0iqh035y65gfm28xp52pnksh49q3nyaz0zrjjj032rs8hv5py75m"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "golang.org/x/term"))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue