mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a4ca819384
commit
9399db35c2
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue