diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-14 20:15:39 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 12:17:53 +0100 |
commit | 9abc2e2d4fc581797a26bb3a3ef0f0297f699e87 (patch) | |
tree | f9c745f9d45e3869fb104b5ae86f703873dc8a9d /gnu/packages | |
parent | 92382595a412c02aeca00ef3df3b5aeb3a289d5f (diff) |
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
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files 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) |