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.37.0.
* gnu/packages/golang-build.scm (go-golang-org-x-tools): Update to 0.37.0. Change-Id: Ic9e5cbe0901d0631c9028bf81be4a1abfbbf5d51
This commit is contained in:
parent
db4a1c0756
commit
bba1902c73
1 changed files with 2 additions and 2 deletions
|
@ -1130,7 +1130,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.33.0")
|
(version "0.37.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1139,7 +1139,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 "1lbb4y1c5b4719pdhfcb90sdzagzsb2lw5hx8gizsba3cj0r0f25"))
|
(base32 "0l0srynl2cikmz089q5vqgifz6ll2ic1762fbfvak26vqbcx0knz"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue