mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: go-golang-org-x-tools: Update to 0.23.0.
* gnu/packages/golang-build.scm (go-golang-org-x-tools): Update to 0.23.0. Change-Id: I8f74bc3f0ffbe0c31eeaead3f097ea6b2f7772fc
This commit is contained in:
parent
d76e297b66
commit
ced3ded829
1 changed files with 2 additions and 2 deletions
|
@ -569,7 +569,7 @@ (define-public go-golang-org-x-time
|
|||
(define-public go-golang-org-x-tools
|
||||
(package
|
||||
(name "go-golang-org-x-tools")
|
||||
(version "0.22.0")
|
||||
(version "0.23.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -578,7 +578,7 @@ (define-public go-golang-org-x-tools
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jn73k6qiwa70cafdmyzczsimwqyzgl9wh9vmdjs96svf5nfzb5a"))
|
||||
(base32 "0hr81fr5s39p97m9y3ipma7ryw4nm2246k8ds0flkybzf19mhzbi"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue