[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/172: gnu: go-golang-org-x-tools: Update to 0.25.0.
From: |
guix-commits |
Subject: |
47/172: gnu: go-golang-org-x-tools: Update to 0.25.0. |
Date: |
Sat, 9 Nov 2024 16:44:52 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 08fc94fa8b7c1f9c561bade2ddc2304711c74e2e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 12 23:18:41 2024 +0100
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
---
gnu/packages/golang-build.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 11978d8524..bb608dc568 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -748,7 +748,7 @@ time.")
(define-public go-golang-org-x-tools
(package
(name "go-golang-org-x-tools")
- (version "0.24.0")
+ (version "0.25.0")
(source
(origin
(method git-fetch)
@@ -757,7 +757,7 @@ time.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "007n9bmhxn2yspvmcdbj8h0l132vhakszv4i0bd65cvravskcw8y"))
+ (base32 "12r0cwsq898vka7jkxwjv1s8y8z2gxzq8z15ssl37y85hhcadkl8"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -784,12 +784,13 @@ time.")
;; - godoc
;; FIXME: Figure out why they are failing:
+ ;; "./go/analysis/..."
+ ;; "./go/callgraph/..."
+ ;; "./go/packages/..."
+ ;; "./go/ssa/..."
;; "./internal/..."
;; "./present/..."
;; "./refactor/eg/..."
- ;; "./go/ssa/..."
- ;; "./go/packages/..."
- ;; "./go/analysis/..."
"./blog/..." ;
"./container/..."
@@ -797,7 +798,6 @@ time.")
"./cover/..."
"./go/ast/..."
"./go/buildutil/..."
- "./go/callgraph/..."
"./go/cfg/..."
"./go/expect/..."
"./go/gccgoexportdata/..."
@@ -812,7 +812,8 @@ time.")
"./refactor/satisfy/..."
"./txtar/..."))))))))
(native-inputs
- (list gccgo-14))
+ (list gccgo-14
+ go-github-com-google-go-cmp))
(propagated-inputs
(list go-github-com-yuin-goldmark
go-golang-org-x-mod
- 34/172: gnu: go-google-golang-org-protobuf: Enable all tests, (continued)
- 34/172: gnu: go-google-golang-org-protobuf: Enable all tests, guix-commits, 2024/11/09
- 27/172: gnu: go-golang-org-x-sys: Update to 0.25.0., guix-commits, 2024/11/09
- 43/172: gnu: go-github-com-prometheus-statsd-exporter: Fix build., guix-commits, 2024/11/09
- 28/172: gnu: go-golang-org-x-term: Update to 0.24.0., guix-commits, 2024/11/09
- 30/172: gnu: go-golang-org-x-xerrors: Update to 0.0.0-20200804184101-5ec99f83aff1., guix-commits, 2024/11/09
- 45/172: gnu: go-github-com-libp2p-go-libp2p: Fix build., guix-commits, 2024/11/09
- 53/172: gnu: go-github-com-google-renameio: Move to golang-build., guix-commits, 2024/11/09
- 49/172: gnu: Add go-golang-org-x-telemetry-config., guix-commits, 2024/11/09
- 54/172: gnu: go-github-com-google-go-cmdtest: Move to golang-build., guix-commits, 2024/11/09
- 50/172: gnu: go-github-com-google-go-cmdtest: Update to 0.4.0., guix-commits, 2024/11/09
- 47/172: gnu: go-golang-org-x-tools: Update to 0.25.0.,
guix-commits <=
- 48/172: gnu: Add go-golang-org-x-telemetry., guix-commits, 2024/11/09
- 55/172: gnu: go-golang-org-x-vuln: Update to 1.1.3., guix-commits, 2024/11/09
- 58/172: gnu: gopls: Update to 0.16.2., guix-commits, 2024/11/09
- 63/172: gnu: go-github-com-google-go-querystring: Fix indentation., guix-commits, 2024/11/09
- 59/172: gnu: Remove go-github-com-jba-printsrc., guix-commits, 2024/11/09
- 62/172: gnu: go-github-com-google-go-querystring: Update to 1.1.0., guix-commits, 2024/11/09
- 57/172: gnu: go-golang-org-x-vuln: Enable tests., guix-commits, 2024/11/09
- 65/172: gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2., guix-commits, 2024/11/09
- 67/172: gnu: go-github-com-google-goterm: Move to golang-xyz., guix-commits, 2024/11/09
- 70/172: gnu: go-github-com-jonboulle-clockwork: Fix indentation., guix-commits, 2024/11/09