gnu: go-github-com-go-git-go-billy: Rename variable.

* gnu/packages/golang.scm (go-github-com-go-git-go-billy): Rename
variable to go-github-com-go-git-go-billy-v5 to reflect go.mod import path.

* gnu/packages/golang-xyz.scm (go-github-com-go-git-go-git-fixtures-v4)
[propagated-inputs]: Remove go-github-com-go-git-go-billy; add
go-github-com-go-git-go-billy-v5.
* gnu/packages/version-control.scm (go-github-go-git): Likewise.

Change-Id: I49a776ba4db859bdebc1aa93cdf78e4c4903ed78
This commit is contained in:
Sharlatan Hellseher 2024-09-14 22:30:36 +01:00
parent a4ca819384
commit 9399db35c2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 5 additions and 5 deletions

View file

@ -6056,9 +6056,9 @@ errors (warnings).")
(description "Gcfg reads INI-style configuration files into Go structs.")
(license license:bsd-3)))
(define-public go-github-com-go-git-go-billy
(define-public go-github-com-go-git-go-billy-v5
(package
(name "go-github-com-go-git-go-billy")
(name "go-github-com-go-git-go-billy-v5")
(version "5.5.0")
(source (origin
(method git-fetch)