diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-15 00:25:15 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-15 14:17:46 +0100 |
| commit | bf561db81d1f71300334037b3b11b32eeb2d0078 (patch) | |
| tree | 4002e11582b4bfc56a68ddb9a6074a725ec8b32e /gnu/packages/textutils.scm | |
| parent | d6ad2bf2040c7f11369e3d50ab21f00ae4191778 (diff) | |
gnu: yq: Update to 4.52.4.
* gnu/packages/textutils.scm (yq): Update to 4.52.4.
Change-Id: Ie2bcdc656862c6bcbc39e69ddcaf95398a34cdd1
Diffstat (limited to 'gnu/packages/textutils.scm')
| -rw-r--r-- | gnu/packages/textutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index ce83956268a..ba647ed3c46 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 |
