guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]