sharlatan pushed a commit to branch go-team
in repository guix.
commit a5dde9851786198fe8eacd6b65b0adc1d3616db9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 25 19:33:19 2024 +0100
gnu: csvdiff: Adjust inputs
* gnu/packages/textutils.scm (csvdiff): Adjust inputs after package
rename.
[native-inputs]: Remove go-github-com-cespare-xxhash-v2; add
go-github-com-cespare-xxhash.
Change-Id: I241f54a7c15ca6a36d84fa2bc4c8a3120e0952fb
---
gnu/packages/textutils.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 0b77a24d23..7deea364d8 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1589,7 +1589,7 @@ files for valid UTF-8 use and to report which line
endings they use.")
#:install-source? #f
#:import-path "github.com/aswinkarthik/csvdiff"))
(native-inputs
- (list go-github-com-cespare-xxhash-v2
+ (list go-github-com-cespare-xxhash
go-github-com-fatih-color
go-github-com-spf13-afero
go-github-com-spf13-cobra