summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-10 13:56:41 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-11 21:42:46 +0100
commit938c7d307f653a373111b900236a6ad1814582e1 (patch)
treefd963b465b5b57d62dd50afd63635e16d29e3c37 /gnu
parent38b1023ecd589b3da8adbb385f7662d5f6bccfcf (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-web.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index a57d9db8d7d..85771bad8c0 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10149,7 +10149,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)
@@ -10158,10 +10158,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