summaryrefslogtreecommitdiff
path: root/gnu/packages/textutils.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-25 11:25:25 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-25 11:25:25 +0100
commit30e550a58e7b2c0a2263e5e6bad25b640e756227 (patch)
tree50fc99bac0bc526dd25cdad96d844dcc75755cab /gnu/packages/textutils.scm
parentb7a481bdc14a9f2c36ed88e58dacda5f0bd180db (diff)
gnu: yq: Update to 4.53.3.
* gnu/packages/textutils.scm (yq): Update to 4.53.3.
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r--gnu/packages/textutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index d68da155135..a18e7e8961c 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -2118,7 +2118,7 @@ Expressions, and being faster to type than grep.")
2118(define-public yq 2118(define-public yq
2119 (package 2119 (package
2120 (name "yq") 2120 (name "yq")
2121 (version "4.53.2") 2121 (version "4.53.3")
2122 (source 2122 (source
2123 (origin 2123 (origin
2124 (method git-fetch) 2124 (method git-fetch)
@@ -2127,7 +2127,7 @@ Expressions, and being faster to type than grep.")
2127 (commit (string-append "v" version)))) 2127 (commit (string-append "v" version))))
2128 (file-name (git-file-name name version)) 2128 (file-name (git-file-name name version))
2129 (sha256 2129 (sha256
2130 (base32 "10910496h435jdiwmcpdqhc70gyfgbmarhazqcdvii20p58k53aa")))) 2130 (base32 "1s21w1757x010f56qn2ykrabxp2sljx69zpyrk560yq5inxx73vv"))))
2131 (build-system go-build-system) 2131 (build-system go-build-system)
2132 (arguments 2132 (arguments
2133 (list 2133 (list