mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: go-github-go-git: Rename variable.
* gnu/packages/version-control.scm (go-github-go-git): Rename variable to go-github-com-go-git-go-git-v5 to reflect go.mod import path * gnu/packages/configuration-management.scm (chezmoi) [native-inputs]: Remove go-github-go-git; add go-github-com-go-git-go-git-v5. Change-Id: I670b0f05ea3aba7d07ffb9b6a09279e155c4da21
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
go-github-com-bmatcuk-doublestar-v2
|
||||
go-github-com-charmbracelet-glamour
|
||||
go-github-com-coreos-go-semver
|
||||
go-github-com-go-git-go-git-v5
|
||||
go-github-com-google-go-github-v33
|
||||
go-github-com-google-renameio
|
||||
go-github-com-masterminds-sprig-v3
|
||||
@@ -130,7 +131,6 @@
|
||||
go-github-com-twpayne-go-vfsafero
|
||||
go-github-com-twpayne-go-xdg-v3
|
||||
go-github-com-zalando-go-keyring
|
||||
go-github-go-git
|
||||
go-go-etcd-io-bbolt
|
||||
go-golang-org-x-oauth2
|
||||
go-golang-org-x-sys
|
||||
|
||||
@@ -3922,9 +3922,9 @@ of machine readable. This helps improve code quality and helps you spot
|
||||
defects faster.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-go-git
|
||||
(define-public go-github-com-go-git-go-git-v5
|
||||
(package
|
||||
(name "go-github-go-git")
|
||||
(name "go-github-com-go-git-go-git-v5")
|
||||
(version "5.1.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
||||
Reference in New Issue
Block a user