GNU bug report logs - #66044
[PATCH] gnu: jq: Update to 1.7.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Sun, 17 Sep 2023 07:47:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66044 in the body.
You can then email your comments to 66044 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66044; Package guix-patches. (Sun, 17 Sep 2023 07:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 17 Sep 2023 07:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: jq: Update to 1.7.
Date: Sun, 17 Sep 2023 09:45:34 +0200
* 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





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Mon, 25 Sep 2023 11:00:04 GMT) Full text and rfc822 format available.

Notification sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
bug acknowledged by developer. (Mon, 25 Sep 2023 11:00:04 GMT) Full text and rfc822 format available.

Message #10 received at 66044-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 66044-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#66044] [PATCH] gnu: jq: Update to 1.7.
Date: Mon, 25 Sep 2023 11:59:11 +0100
[Message part 1 (text/plain, inline)]
Timotej Lazar <timotej.lazar <at> 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
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#66044; Package guix-patches. (Mon, 25 Sep 2023 11:00:05 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 23 Oct 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.