mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: go-github-com-twpayne-go-vfs: Rename variable.
* gnu/packages/configuration-management.scm * gnu/packages/golang-xyz.scm (go-github-com-twpayne-go-vfs): Rename variable to go-github-com-twpayne-go-vfs-v5 to reflect go.mod import path. [arguments] <import-path>: Adjust as seen in go.mod for the current version. (go-github-com-twpayne-go-vfs-1.0.1) [arguments] <import-path>: Adjust as seen in go.mod for the current version. * gnu/packages/configuration-management.scm (chezmoi) [native-inputs]: Remove go-github-com-twpayne-go-vfs, add go-github-com-twpayne-go-vfs-1.0.1. Change-Id: Ifa1ae0e12795248820c86db106146a45f4bbbe2d
This commit is contained in:
parent
297f3f279a
commit
027356f66c
2 changed files with 9 additions and 6 deletions
|
@ -100,7 +100,7 @@
|
||||||
go-github-com-spf13-viper
|
go-github-com-spf13-viper
|
||||||
go-github-com-stretchr-testify
|
go-github-com-stretchr-testify
|
||||||
go-github-com-twpayne-go-shell
|
go-github-com-twpayne-go-shell
|
||||||
go-github-com-twpayne-go-vfs
|
go-github-com-twpayne-go-vfs-1.0.1
|
||||||
go-github-com-twpayne-go-vfsafero
|
go-github-com-twpayne-go-vfsafero
|
||||||
go-github-com-twpayne-go-xdg-v3
|
go-github-com-twpayne-go-xdg-v3
|
||||||
go-github-com-zalando-go-keyring
|
go-github-com-zalando-go-keyring
|
||||||
|
|
|
@ -13239,9 +13239,9 @@ supported by the time package
|
||||||
"Package @code{shell} returns a user's shell across multiple platforms.")
|
"Package @code{shell} returns a user's shell across multiple platforms.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-twpayne-go-vfs
|
(define-public go-github-com-twpayne-go-vfs-v5
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-twpayne-go-vfs")
|
(name "go-github-com-twpayne-go-vfs-v5")
|
||||||
(version "5.0.4")
|
(version "5.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -13255,7 +13255,7 @@ supported by the time package
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/twpayne/go-vfs"
|
#:import-path "github.com/twpayne/go-vfs/v5"
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
;; XXX: Replace when go-build-system supports nested path.
|
;; XXX: Replace when go-build-system supports nested path.
|
||||||
|
@ -13275,7 +13275,7 @@ supported by the time package
|
||||||
|
|
||||||
;; XXX: For chezmoi 1.8.10, remove it when updated.
|
;; XXX: For chezmoi 1.8.10, remove it when updated.
|
||||||
(define-public go-github-com-twpayne-go-vfs-1.0.1
|
(define-public go-github-com-twpayne-go-vfs-1.0.1
|
||||||
(hidden-package (package (inherit go-github-com-twpayne-go-vfs)
|
(hidden-package (package (inherit go-github-com-twpayne-go-vfs-v5)
|
||||||
(name "go-github-com-twpayne-go-vfs")
|
(name "go-github-com-twpayne-go-vfs")
|
||||||
(version "1.0.1")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
|
@ -13286,7 +13286,10 @@ supported by the time package
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1if2wfdwl3h8v8kgrgywkwcjafcz7hynq8ikr52s11qf2n0w3gny")))))))
|
(base32 "1if2wfdwl3h8v8kgrgywkwcjafcz7hynq8ikr52s11qf2n0w3gny"))))
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/twpayne/go-vfs")))))
|
||||||
|
|
||||||
(define-public go-github-com-urfave-cli
|
(define-public go-github-com-urfave-cli
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue