guix_mirror_bot pushed a commit to branch go-team in repository guix. commit da390c1125ee1f66b03c2705d2e6870146e9ff6c Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Jun 10 13:56:41 2025 +0100
gnu: go-github-com-ugorji-go-codec: Update to 1.2.14. * gnu/packages/golang-web.scm (go-github-com-ugorji-go-codec): Update to 1.2.14. [arguments] <go>: Use go-1.23. Change-Id: I772e49711fd71541c79dc35ada405e2291b09b5b --- gnu/packages/golang-web.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 33c58a51ea..e3dc10eed1 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -9402,7 +9402,7 @@ extract data from those paths.") (define-public go-github-com-ugorji-go-codec (package (name "go-github-com-ugorji-go-codec") - (version "1.2.12") + (version "1.2.14") (source (origin (method git-fetch) @@ -9411,10 +9411,11 @@ extract data from those paths.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "11j0sd7kli2bh2npfr2znnvdjsk118rs8khqzfdp6pb5jm0l20ib")))) + (base32 "1mny5gm5gr82hz4y6k5ljaa0khjw647ys278wq750fgrbzp6fs8h")))) (build-system go-build-system) (arguments (list + #:go go-1.23 #:import-path "github.com/ugorji/go/codec" #:unpack-path "github.com/ugorji/go" #:phases #~(modify-phases %standard-phases