summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 21:37:27 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 21:37:47 +0000
commit4535f974e85c2c0009783db01078e5daf052d103 (patch)
tree7218dcb03442510747e1e22b5e25a4a68ff3ac1e /gnu
parentee0b5e8bb078e28316ea301a9a22b3ed918170e5 (diff)
gnu: go-github-com-wader-gojq: Update to 0.16.0.
* gnu/packages/golang-xyz.scm (go-github-com-wader-gojq): Update to 0.16.0. [propagated-inputs]: Remove go-gopkg-in-yaml-v3; add go-github-com-itchyny-go-yaml. Change-Id: Ia61e3b6a0e3625ffa3424df2cf90cb51b56470f0
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1793026b5f..720a0712d8 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -25507,16 +25507,16 @@ programming language.")
(hidden-package
(package
(name "go-github-com-wader-gojq")
- (version "0.12.1-0.20250208151254-0aa7b87b2c2b")
+ (version "0.16.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/wader/gojq")
- (commit (go-version->git-ref version))))
+ (commit (string-append "fq-v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1byil5r5nzs6fx0si3ipanq1c8vcqbsr0rhyd5380vp7zr5j9cxl"))))
+ (base32 "0yiallhhgc8z91jwi2qgmxbizn51pz0i3yd0m9f4q9mrkhbm2ig7"))))
(build-system go-build-system)
(arguments
(list
@@ -25524,10 +25524,10 @@ programming language.")
(native-inputs
(list go-github-com-google-go-cmp))
(propagated-inputs
- (list go-github-com-itchyny-timefmt-go
+ (list go-github-com-itchyny-go-yaml
+ go-github-com-itchyny-timefmt-go
go-github-com-mattn-go-isatty
- go-github-com-mattn-go-runewidth
- go-gopkg-in-yaml-v3))
+ go-github-com-mattn-go-runewidth))
(home-page "https://github.com/wader/gojq")
(synopsis "Pure Go implementation of jq")
(description