mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-tools: Update to 0.24.0.
* gnu/packages/golang-build.scm (go-golang-org-x-tools): Update to 0.24.0. Change-Id: I9cacf5d46245ab2054343a87d112bc2342d9dd58
This commit is contained in:
parent
6f757c3087
commit
fd1753795e
1 changed files with 2 additions and 2 deletions
|
@ -702,7 +702,7 @@ time.")
|
||||||
(define-public go-golang-org-x-tools
|
(define-public go-golang-org-x-tools
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-tools")
|
(name "go-golang-org-x-tools")
|
||||||
(version "0.23.0")
|
(version "0.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -711,7 +711,7 @@ time.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hr81fr5s39p97m9y3ipma7ryw4nm2246k8ds0flkybzf19mhzbi"))
|
(base32 "007n9bmhxn2yspvmcdbj8h0l132vhakszv4i0bd65cvravskcw8y"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue