all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66044] [PATCH] gnu: jq: Update to 1.7.
@ 2023-09-17  7:45 Timotej Lazar
  2023-09-25 10:59 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2023-09-17  7:45 UTC (permalink / raw)
  To: 66044; +Cc: Timotej Lazar

* gnu/packages/web.scm (jq): Update to 1.7.
[home-page]: Update URL.
[source]: Simplify snippet.
---
 gnu/packages/web.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1b4eafeab8..06f5e4c77c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5040,21 +5040,19 @@ (define-public uwsgi
 (define-public jq
   (package
     (name "jq")
-    (version "1.6")
+    (version "1.7")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/stedolan/jq"
+       (uri (string-append "https://github.com/jqlang/jq"
                            "/releases/download/jq-" version
                            "/jq-" version ".tar.gz"))
        (sha256
-        (base32 "0wmapfskhzfwranf6515nzmm84r7kwljgfs7dg6bjgxakbicis2x"))
+        (base32 "0qnv8k9x8i6i24n9vx3cxgw0yjj1411silc4wksfcinrfmlhsaj0"))
        (modules '((guix build utils)))
        (snippet
-        '(begin
-           ;; Remove bundled onigurama.
-           (delete-file-recursively "modules")
-           #t))))
+        ;; Remove bundled onigurama.
+        '(delete-file-recursively "modules"))))
     (inputs
      (list oniguruma))
     (native-inputs
@@ -5067,7 +5065,7 @@ (define-public jq
          (list valgrind)
          '())))
     (build-system gnu-build-system)
-    (home-page "https://stedolan.github.io/jq/")
+    (home-page "https://jqlang.github.io/jq/")
     (synopsis "Command-line JSON processor")
     (description "jq is like sed for JSON data – you can use it to slice and
 filter and map and transform structured data with the same ease that sed, awk,
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#66044] [PATCH] gnu: jq: Update to 1.7.
  2023-09-17  7:45 [bug#66044] [PATCH] gnu: jq: Update to 1.7 Timotej Lazar
@ 2023-09-25 10:59 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-09-25 10:59 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 66044-done, 66044

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]


Timotej Lazar <timotej.lazar@araneo.si> writes:

> * gnu/packages/web.scm (jq): Update to 1.7.
> [home-page]: Update URL.
> [source]: Simplify snippet.
> ---
>  gnu/packages/web.scm | 14 ++++++--------
>  1 file changed, 6 insertions(+), 8 deletions(-)

Thanks for the patch, I've pushed it to master as
e0269ad9caed52d998214061422754c84395b4cc.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-25 11:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-17  7:45 [bug#66044] [PATCH] gnu: jq: Update to 1.7 Timotej Lazar
2023-09-25 10:59 ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.