mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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
This commit is contained in:
parent
8bd9ca475e
commit
af0b968955
1 changed files with 5 additions and 3 deletions
|
@ -8900,7 +8900,7 @@ (define-public go-github-com-kardianos-minwinsvc
|
|||
(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 @@ (define-public go-github-com-goccy-yaml
|
|||
(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 @@ (define-public go-github-com-goccy-yaml
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue