[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
342/401: gnu: go-gopkg-in-errgo-fmt-errors: Rename variable.
From: |
guix-commits |
Subject: |
342/401: gnu: go-gopkg-in-errgo-fmt-errors: Rename variable. |
Date: |
Thu, 26 Dec 2024 19:31:22 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit f5caf59240d14922f403d416097d81faa477228a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 24 10:54:48 2024 +0000
gnu: go-gopkg-in-errgo-fmt-errors: Rename variable.
* gnu/packages/golang-check.scm (go-gopkg-in-errgo-fmt-errors): Reename
variable to go-gopkg-in-errgo-v2 reflecting go.mod module path.
* gnu/packages/golang.scm (gofumpt): [native-inputs]: Remove
go-gopkg-in-errgo-fmt-errors; add go-gopkg-in-errgo-v2.
Change-Id: Iaaae97df06a68c16162ced1db65bb905adc34ddc
---
gnu/packages/golang-check.scm | 4 ++--
gnu/packages/golang.scm | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 8f14cf1711..a58771d6b2 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1760,9 +1760,9 @@ accurate testing of your code.")
(with-directory-excursion (string-append "src/" import-path)
(invoke "go" "test" "-v" "./..."))))))))))
-(define-public go-gopkg-in-errgo-fmt-errors
+(define-public go-gopkg-in-errgo-v2
(package
- (name "go-gopkg-in-errgo-fmt-errors")
+ (name "go-gopkg-in-errgo-v2")
(version "2.1.0")
(source
(origin
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 871b140471..2f85485869 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5378,7 +5378,7 @@ Gemini clients and servers.")
(build-system go-build-system)
(arguments
`(#:import-path "mvdan.cc/gofumpt"))
- (native-inputs (list go-gopkg-in-errgo-fmt-errors))
+ (native-inputs (list go-gopkg-in-errgo-v2))
(propagated-inputs (list go-github-com-pkg-diff
go-github-com-kr-text
go-github-com-kr-pretty
- 392/401: gnu: Add go-fxlint., (continued)
- 392/401: gnu: Add go-fxlint., guix-commits, 2024/12/26
- 148/401: gnu: Add go-github-com-viant-toolbox., guix-commits, 2024/12/26
- 175/401: gnu: Add go-gitlab-com-yawning-obfs4-git., guix-commits, 2024/12/26
- 173/401: gnu: go-github-com-dsnet-golib: Adjust inputs., guix-commits, 2024/12/26
- 198/401: gnu: Add go-github-com-google-gnostic-models., guix-commits, 2024/12/26
- 180/401: gnu: Add go-github-com-burntsushi-graphics-go., guix-commits, 2024/12/26
- 172/401: gnu: go-github-com-dsnet-compress: Fix tests., guix-commits, 2024/12/26
- 197/401: gnu: go-github-com-emicklei-go-restful-v3: Fix build., guix-commits, 2024/12/26
- 191/401: gnu: Add go-k8s-io-gengo-v2., guix-commits, 2024/12/26
- 195/401: gnu: Add go-sigs-k8s-io-structured-merge-diff-v4., guix-commits, 2024/12/26
- 342/401: gnu: go-gopkg-in-errgo-fmt-errors: Rename variable.,
guix-commits <=
- 360/401: gnu: Add go-github-com-go-yaml-yaml., guix-commits, 2024/12/26
- 362/401: gnu: go-github-com-oklog-ulid: Fix bulid., guix-commits, 2024/12/26
- 382/401: gnu: Add go-github-com-gin-gonic-gin., guix-commits, 2024/12/26
- 368/401: gnu: Add go-github-com-keybase-dbus., guix-commits, 2024/12/26
- 379/401: gnu: go-github-com-burntsushi-toml: Simplify., guix-commits, 2024/12/26
- 390/401: gnu: go-go-uber-org-multierr: Update to 1.11.0., guix-commits, 2024/12/26
- 396/401: gnu: go-github-com-willscott-goturn: Update to 0.0.0-20170802220503-19f41278d0c9., guix-commits, 2024/12/26
- 399/401: gnu: go-github-com-polydawn-refmt: Update to 0.89.0., guix-commits, 2024/12/26
- 128/401: gnu: Add go-github-com-containerd-log., guix-commits, 2024/12/26
- 164/401: gnu: go-github-com-google-gofuzz: Update to 1.2.0., guix-commits, 2024/12/26