diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-14 22:05:37 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:46 +0000 |
commit | 292bb140e57214d1f27076e3483dfeba1f8fdb09 (patch) | |
tree | b109776c53644e70786a3c62e5a268d6e2aba150 /gnu/packages/golang.scm | |
parent | 43a8d07d22abef20515bfacd981654cf77f6f6b2 (diff) | |
download | guix-292bb140e57214d1f27076e3483dfeba1f8fdb09.tar.gz guix-292bb140e57214d1f27076e3483dfeba1f8fdb09.zip |
gnu: go-github-com-go-git-go-git-fixtures: Rename variable.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures): Rename
variable to go-github-com-go-git-go-git-fixtures-v4 to reflect go.mod
import path.
* gnu/packages/version-control.scm (go-github-go-git)
[propagated-inputs]: Remove go-github-com-go-git-go-git-fixtures; add
go-github-com-go-git-go-git-fixtures-v4.
Change-Id: I8a25dfd3715fdf65ed789f9b0a902d7e6df4e9bd
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 0bc3167f19..82ba7a9330 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6225,9 +6225,9 @@ can manipulate a @file{ssh_config} file from a program.") temporal directories.") (license license:expat)))) -(define-public go-github-com-go-git-go-git-fixtures +(define-public go-github-com-go-git-go-git-fixtures-v4 (package - (name "go-github-com-go-git-go-git-fixtures") + (name "go-github-com-go-git-go-git-fixtures-v4") (version "4.3.1") (source (origin (method git-fetch) |