summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2024-08-14 23:25:38 +0100
committerSharlatan Hellseher <[email protected]>2024-08-14 23:34:41 +0100
commitbd55b261093399128582d4b2b05bc68166dce0b7 (patch)
treee4f5f89b09d4d4c4a472a31ff46b041186d47632
parentc82257edf536301da514cd7496f0a45ff2ded720 (diff)
gnu: go-github-com-goccy-go-yaml: Update to 1.12.0.
* gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml): Update to 1.12.0. Change-Id: Ieb8e0103ded6ffef606812c88f48834027b8c1e2
-rw-r--r--gnu/packages/golang-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5dae9d0d92..600c9ff6d7 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2576,7 +2576,7 @@ the library more lightweight.")
(define-public go-github-com-goccy-go-yaml
(package
(name "go-github-com-goccy-go-yaml")
- (version "1.11.3")
+ (version "1.12.0")
(home-page "https://github.com/goccy/go-yaml")
(source
(origin
@@ -2586,7 +2586,7 @@ the library more lightweight.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1rm2rfnlvv704zkb1mnjqv5xx32vfkzv7r2kc8if6gr9ryb7hmbf"))))
+ (base32 "06sf7vpz8gjyivrn3yhzcbbf3qhsqq5n7lsc23j91xw5xwpn37bk"))))
(build-system go-build-system)
(arguments
(list