guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

59/76: gnu: go-github-com-twpayne-go-xdg: Rename variable.


From: guix-commits
Subject: 59/76: gnu: go-github-com-twpayne-go-xdg: Rename variable.
Date: Mon, 15 Jul 2024 07:19:50 -0400 (EDT)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 9abc2e2d4fc581797a26bb3a3ef0f0297f699e87
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 14 20:15:39 2024 +0100

    gnu: go-github-com-twpayne-go-xdg: Rename variable.
    
    * gnu/packages/golang.scm (go-github-com-twpayne-go-xdg): Rename
    variable to go-github-com-twpayne-go-xdg-v3 to reflect go.mod import
    path.
    
    Change-Id: I9ee4ec9a40780c13cde0f433a43a016ad65c6b0f
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 823ff54fee..7d300af7ed 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7344,9 +7344,9 @@ and @code{ioutil} packages that is easy to test.")
 @code{go-github-com-twpayne-go-vfs} and @code{go-github-com-spf13-afero}.")
     (license license:expat)))
 
-(define-public go-github-com-twpayne-go-xdg
+(define-public go-github-com-twpayne-go-xdg-v3
   (package
-    (name "go-github-com-twpayne-go-xdg")
+    (name "go-github-com-twpayne-go-xdg-v3")
     (version "3.1.0")
     (source (origin
               (method git-fetch)



reply via email to

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