guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 39a57da7742fcd4fdf8e6babf782ce75bedd3639
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Dec 18 22:57:13 2025 +0000

    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
---
 gnu/packages/textutils.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 80b78b12d6..c0613d2271 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

Reply via email to