mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-golang-org-x-tools: Update to 0.22.0.
* gnu/packages/golang-build.scm (go-golang-org-x-tools): Update to 0.22.0. Change-Id: Ica3adba5fe4f72a2a6f10909c906e2e8ef2f503d
This commit is contained in:
parent
ac2c50685c
commit
c5b72f0d0a
1 changed files with 2 additions and 2 deletions
|
@ -484,7 +484,7 @@ (define-public go-golang-org-x-time
|
|||
(define-public go-golang-org-x-tools
|
||||
(package
|
||||
(name "go-golang-org-x-tools")
|
||||
(version "0.5.0")
|
||||
(version "0.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -493,7 +493,7 @@ (define-public go-golang-org-x-tools
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08kx2nndq3sr6xai7403mbsqvz5shxmp2icylfr2fmwagr59cb2n"))
|
||||
(base32 "1jn73k6qiwa70cafdmyzczsimwqyzgl9wh9vmdjs96svf5nfzb5a"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue