guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit 5b9fa8dca5a0492119d7d7acb88200ec444a2b71
Author: Greg Hogan <[email protected]>
AuthorDate: Wed Sep 3 13:55:42 2025 +0000

    gnu: jq: Update to 1.8.1.
    
    * gnu/packages/web.scm (jq): Update to 1.8.1.
    
    Change-Id: Ibf9379b609be1570e26d79bf4a93fbe9c8ed29d3
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7965860769..54e563dfc8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5761,7 +5761,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)
@@ -5769,7 +5769,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.

Reply via email to