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
|
@ -1844,7 +1844,7 @@ metrics to Graphite.")
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cyphar/filepath-securejoin")
|
||||
(url "https://github.com/cyphar/filepatv-securejoin")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -2948,7 +2948,7 @@ Differentiation between text and binary files}.
|
|||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-github-com-go-git-go-billy
|
||||
(list go-github-com-go-git-go-billy-v5
|
||||
go-gopkg-in-check-v1))
|
||||
(home-page "https://github.com/go-git/go-git-fixtures/")
|
||||
(synopsis "Fixtures used by @code{go-git}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue