diff options
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 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 |