diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-18 22:57:13 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-18 23:19:27 +0000 |
| commit | 39a57da7742fcd4fdf8e6babf782ce75bedd3639 (patch) | |
| tree | 760627970a8ff8363896ba7de36938e4083a2764 /gnu/packages/textutils.scm | |
| parent | c9b0157cd9dac1a084e58c880c78ab11dd756ba8 (diff) | |
gnu: yq: Update to 4.50.1.
* gnu/packages/textutils.scm (yq): Update to 4.50.1.
[native-inputs]: Add go-github-com-hashicorp-hcl-v2 and go-github-com-zclconf-go-cty.
Change-Id: Ife47f331192f387d5821e1389f619cf539b9d6f2
Diffstat (limited to 'gnu/packages/textutils.scm')
| -rw-r--r-- | gnu/packages/textutils.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 80b78b12d68..c0613d2271c 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -2016,7 +2016,7 @@ Expressions, and being faster to type than grep.") (define-public yq (package (name "yq") - (version "4.49.1") + (version "4.50.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 "1d73ln533xqbr9cxlkzpa5f5kfldzw381zwf6ln45cbjsgms7591")))) + (base32 "1jlnnvqq0f7bm0km2zccwfhga1rqrgyhmx5glvbrkpgjipmlx9fh")))) (build-system go-build-system) (arguments (list @@ -2052,6 +2052,7 @@ Expressions, and being faster to type than grep.") go-github-com-go-ini-ini go-github-com-goccy-go-json go-github-com-goccy-go-yaml + go-github-com-hashicorp-hcl-v2 go-github-com-jinzhu-copier go-github-com-magiconair-properties go-github-com-pelletier-go-toml-v2 @@ -2059,6 +2060,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-github-com-zclconf-go-cty go-go-yaml-in-yaml-v4 go-golang-org-x-net go-golang-org-x-text |
