guix_mirror_bot pushed a commit to branch master
in repository guix.
commit bf561db81d1f71300334037b3b11b32eeb2d0078
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Feb 15 00:25:15 2026 +0000
gnu: yq: Update to 4.52.4.
* gnu/packages/textutils.scm (yq): Update to 4.52.4.
Change-Id: Ie2bcdc656862c6bcbc39e69ddcaf95398a34cdd1
---
gnu/packages/textutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index ce83956268..ba647ed3c4 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -2007,7 +2007,7 @@ Expressions, and being faster to type than grep.")
(define-public yq
(package
(name "yq")
- (version "4.50.1")
+ (version "4.52.4")
(source
(origin
(method git-fetch)
@@ -2016,7 +2016,7 @@ Expressions, and being faster to type than grep.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jlnnvqq0f7bm0km2zccwfhga1rqrgyhmx5glvbrkpgjipmlx9fh"))))
+ (base32 "1gha586k0gscgq8jjx3nna70bc0xjy3b8d8gg62wgl9gra6ymfxx"))))
(build-system go-build-system)
(arguments
(list