diff options
author | Sharlatan Hellseher <[email protected]> | 2024-09-14 22:30:36 +0100 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2024-11-09 21:33:47 +0000 |
commit | 9399db35c2105157407fd4a59aeb0cacc58a0c54 (patch) | |
tree | 3ae9bc2eb169bd09baf87032b71ba690d53a447d /gnu/packages/golang-xyz.scm | |
parent | a4ca819384e851b8de3f67351c2857a4466c95e2 (diff) |
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
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 5857762a10..8e025a16fc 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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}") |