[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/24: gnu: go-github-com-goccy-yaml: Update to 1.11.3.
From: |
guix-commits |
Subject: |
16/24: gnu: go-github-com-goccy-yaml: Update to 1.11.3. |
Date: |
Fri, 16 Feb 2024 09:21:13 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit af0b968955c22213f5e55667bcb8b67fda8cc64a
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jul 29 01:20:02 2023 +0800
gnu: go-github-com-goccy-yaml: Update to 1.11.3.
* gnu/packages/golang.scm (go-github-com-goccy-yaml): Update to 1.11.3.
[arguments] <#:go>: Use go-1.18.
[native-inputs]: Add go-github-com-google-go-cmp-cmp. Replace
go-gopkg-in-go-playground-validator-v9 with
go-github-com-go-playground-validator-v10.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ic037a61fe627411d380887d7a9f9962abf6ca004
---
gnu/packages/golang.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7f6b8769a4..b40c41aab8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8900,7 +8900,7 @@ modifying them.")
(define-public go-github-com-goccy-yaml
(package
(name "go-github-com-goccy-yaml")
- (version "1.8.0")
+ (version "1.11.3")
(home-page "https://github.com/goccy/go-yaml")
(source
(origin
@@ -8910,10 +8910,11 @@ modifying them.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1nps58dwkd915mx35h5f0dc05b880b4fdl6dcjxpfmmbzyinvg38"))))
+ (base32 "1rm2rfnlvv704zkb1mnjqv5xx32vfkzv7r2kc8if6gr9ryb7hmbf"))))
(build-system go-build-system)
(arguments
(list
+ #:go go-1.18
#:import-path "github.com/goccy/go-yaml"
#:phases #~(modify-phases %standard-phases
(add-after 'unpack 'remove-benchmarks
@@ -8923,7 +8924,8 @@ modifying them.")
(propagated-inputs
(list go-github-com-fatih-color go-golang-org-x-xerrors))
(native-inputs
- (list go-gopkg-in-go-playground-validator-v9))
+ (list go-github-com-go-playground-validator-v10
+ go-github-com-google-go-cmp-cmp))
(synopsis "YAML support for the Go language")
(description
"This package provides features beyond the
- 07/24: gnu: Add go-github-com-elliotchance-orderedmap., (continued)
- 07/24: gnu: Add go-github-com-elliotchance-orderedmap., guix-commits, 2024/02/16
- 10/24: gnu: go-github-com-fatih-color: Update to 1.16.0., guix-commits, 2024/02/16
- 12/24: gnu: go-github-com-go-playground-universal-translator: Update to 0.18.1., guix-commits, 2024/02/16
- 01/24: gnu: Add go-github-com-a8m-envsubst., guix-commits, 2024/02/16
- 13/24: gnu: go-github-com-leodido-go-urn: Update to 1.4.0., guix-commits, 2024/02/16
- 06/24: gnu: Add go-github-com-dimchansky-utfbom., guix-commits, 2024/02/16
- 08/24: gnu: go-github-com-mattn-go-isatty: Update to 0.0.20., guix-commits, 2024/02/16
- 15/24: gnu: Add go-github-com-go-playground-validator-v10., guix-commits, 2024/02/16
- 14/24: gnu: Add go-github-com-go-playground-assert-v2., guix-commits, 2024/02/16
- 20/24: gnu: go-github-com-spf13-cobra: Update to 1.8.0., guix-commits, 2024/02/16
- 16/24: gnu: go-github-com-goccy-yaml: Update to 1.11.3.,
guix-commits <=