mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: yq: Update to 4.49.1.
* gnu/packages/textutils.scm (yq): Update to 4.49.1. [native-inputs]: Remove go-go-yaml-in-yaml-v3; add go-go-yaml-in-yaml-v4. Change-Id: I334bbebb56a94bc0c769c8a96b722dbcb24f5671
This commit is contained in:
@@ -2016,7 +2016,7 @@ Expressions, and being faster to type than grep.")
|
||||
(define-public yq
|
||||
(package
|
||||
(name "yq")
|
||||
(version "4.47.2")
|
||||
(version "4.49.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -2025,7 +2025,7 @@ Expressions, and being faster to type than grep.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "04724qywadxvgcdq5h35b9mqkyngkyad5aq5dk4g84aycarskpc4"))))
|
||||
(base32 "1d73ln533xqbr9cxlkzpa5f5kfldzw381zwf6ln45cbjsgms7591"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@@ -2059,7 +2059,7 @@ Expressions, and being faster to type than grep.")
|
||||
go-github-com-spf13-cobra
|
||||
go-github-com-spf13-pflag
|
||||
go-github-com-yuin-gopher-lua
|
||||
go-go-yaml-in-yaml-v3
|
||||
go-go-yaml-in-yaml-v4
|
||||
go-golang-org-x-net
|
||||
go-golang-org-x-text
|
||||
go-gopkg-in-op-go-logging-v1))
|
||||
|
||||
Reference in New Issue
Block a user