gnu: go-golang-org-x-tools: Update to 0.25.0.

* gnu/packages/golang-build.scm (go-golang-org-x-tools): Update to 0.25.0.
[arguments]: <#:phases>: 'check phase  disable tests for subdir
"go/collgraph", sort alphabetically.
[native-inputs]: Add go-github-com-google-go-cmp.

Change-Id: I8419f09d283d1332351a0620269ef39e2db32f09
This commit is contained in:
Sharlatan Hellseher 2024-09-12 23:18:41 +01:00
parent 9e897dabca
commit 08fc94fa8b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -748,7 +748,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.24.0") (version "0.25.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -757,7 +757,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 "007n9bmhxn2yspvmcdbj8h0l132vhakszv4i0bd65cvravskcw8y")) (base32 "12r0cwsq898vka7jkxwjv1s8y8z2gxzq8z15ssl37y85hhcadkl8"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -784,12 +784,13 @@ time.")
;; - godoc ;; - godoc
;; FIXME: Figure out why they are failing: ;; FIXME: Figure out why they are failing:
;; "./go/analysis/..."
;; "./go/callgraph/..."
;; "./go/packages/..."
;; "./go/ssa/..."
;; "./internal/..." ;; "./internal/..."
;; "./present/..." ;; "./present/..."
;; "./refactor/eg/..." ;; "./refactor/eg/..."
;; "./go/ssa/..."
;; "./go/packages/..."
;; "./go/analysis/..."
"./blog/..." ; "./blog/..." ;
"./container/..." "./container/..."
@ -797,7 +798,6 @@ time.")
"./cover/..." "./cover/..."
"./go/ast/..." "./go/ast/..."
"./go/buildutil/..." "./go/buildutil/..."
"./go/callgraph/..."
"./go/cfg/..." "./go/cfg/..."
"./go/expect/..." "./go/expect/..."
"./go/gccgoexportdata/..." "./go/gccgoexportdata/..."
@ -812,7 +812,8 @@ time.")
"./refactor/satisfy/..." "./refactor/satisfy/..."
"./txtar/...")))))))) "./txtar/..."))))))))
(native-inputs (native-inputs
(list gccgo-14)) (list gccgo-14
go-github-com-google-go-cmp))
(propagated-inputs (propagated-inputs
(list go-github-com-yuin-goldmark (list go-github-com-yuin-goldmark
go-golang-org-x-mod go-golang-org-x-mod