sharlatan pushed a commit to branch go-team
in repository guix.

commit 7069702022cd67c68486ac36114aa98631cda781
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 14 18:20:57 2024 +0100

    gnu: go-github-com-itchyny-gojq: Update to 0.12.16.
    
    * gnu/packages/web.scm (go-github-com-itchyny-gojq): Update to 0.12.16.
    
    Change-Id: I6f7cf1038adb392ce1b7510f01923689e5993eca
---
 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 3858db0bae..5bfadca558 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5497,7 +5497,7 @@ JSON, XML, properties, CSV and TSV.")
 (define-public go-github-com-itchyny-gojq
   (package
     (name "go-github-com-itchyny-gojq")
-    (version "0.12.11")
+    (version "0.12.16")
     (source
      (origin
        (method git-fetch)
@@ -5506,7 +5506,7 @@ JSON, XML, properties, CSV and TSV.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dqmnxnipi497nx9x10ifack09w41579svryss5q2w5wxy0pg764"))))
+        (base32 "0favs281iaq98cmqwf47amk12xpksznpwgfid24z8migkp8628wl"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to