mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
92382595a4
commit
9abc2e2d4f
1 changed files with 2 additions and 2 deletions
|
@ -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}.")
|
@code{go-github-com-twpayne-go-vfs} and @code{go-github-com-spf13-afero}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-twpayne-go-xdg
|
(define-public go-github-com-twpayne-go-xdg-v3
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-twpayne-go-xdg")
|
(name "go-github-com-twpayne-go-xdg-v3")
|
||||||
(version "3.1.0")
|
(version "3.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue