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:
Sharlatan Hellseher 2024-09-14 22:38:35 +01:00
parent e6cc3a4743
commit dc59b331b1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 3 additions and 3 deletions

View file

@ -115,6 +115,7 @@ (define-public chezmoi
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 @@ (define-public chezmoi
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

View file

@ -3922,9 +3922,9 @@ (define-public diff-so-fancy
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)