diff options
| author | Greg Hogan <code@greghogan.com> | 2025-09-03 13:55:42 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-11-28 12:45:52 +0000 |
| commit | 788de2f54fd16781df0330d752b3fba847f8fd53 (patch) | |
| tree | c891fd14f8d5e428db492c9f034bc4390fcad43e /gnu | |
| parent | c2932c5af3d077df594968203a016ddabacc9659 (diff) | |
gnu: jq: Update to 1.8.1.
* gnu/packages/web.scm (jq): Update to 1.8.1.
Change-Id: Ibf9379b609be1570e26d79bf4a93fbe9c8ed29d3
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 9fd550b956e..f68eb31d511 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5762,7 +5762,7 @@ It uses the uwsgi protocol for all the networking/interprocess communications.") (define-public jq (package (name "jq") - (version "1.8.0") + (version "1.8.1") (source (origin (method url-fetch) @@ -5770,7 +5770,7 @@ It uses the uwsgi protocol for all the networking/interprocess communications.") "/releases/download/jq-" version "/jq-" version ".tar.gz")) (sha256 - (base32 "171i5dnw15gx4ah3xv05vhlq8b5pr7zbzhjhzyan36hxz5vib0ci")) + (base32 "1c3yhg537p0ilc4c57vz7sggp57n1ahyp432j3ai3jyf55qlxrib")) (modules '((guix build utils))) (snippet ;; Remove bundled onigurama. |
