summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2024-07-06 22:37:23 +0100
committerSharlatan Hellseher <[email protected]>2024-07-07 11:21:22 +0100
commit63392aa2ff8a1c991ed20f4043f08df53c76002f (patch)
treefa882fc36933024202df441ebf10a861d0344209 /gnu/packages/golang.scm
parent458704757143224dcc4bd650a5092286cca28b13 (diff)
gnu: go-github-com-goccy-yaml: Rename variable.
gnu/packages/golang-xyz.scm (go-github-com-goccy-yaml): Rename variable to go-github-com-goccy-go-yaml to reflect go.mode name. gnu/packages/golang.scm (go-github-com-songmu-gitconfig) [propagated-inputs]: Remove go-github-com-goccy-yaml. Add go-github-com-goccy-go-yaml. gnu/packages/web.scm (go-github-com-mikefarah-yq-v4) [propagated-inputs]: Likewise. Change-Id: Id8663c08cb75974eb9e881bb7e22623ed463ffa5
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 27ce581be8..9a505000e3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7851,9 +7851,9 @@ systems can import this package to enable running programs as services without
modifying them.")
(license license:zlib)))
-(define-public go-github-com-goccy-yaml
+(define-public go-github-com-goccy-go-yaml
(package
- (name "go-github-com-goccy-yaml")
+ (name "go-github-com-goccy-go-yaml")
(version "1.11.3")
(home-page "https://github.com/goccy/go-yaml")
(source