[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/22: gnu: jq: Update to 1.7.
From: |
guix-commits |
Subject: |
14/22: gnu: jq: Update to 1.7. |
Date: |
Mon, 25 Sep 2023 06:32:08 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit e0269ad9caed52d998214061422754c84395b4cc
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sun Sep 17 09:45:34 2023 +0200
gnu: jq: Update to 1.7.
* gnu/packages/web.scm (jq): Update to 1.7.
[home-page]: Update URL.
[source]: Simplify snippet.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 d8acc13e8a..5d873e0884 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5134,21 +5134,19 @@ It uses the uwsgi protocol for all the
networking/interprocess communications.")
(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
@@ -5161,7 +5159,7 @@ It uses the uwsgi protocol for all the
networking/interprocess communications.")
(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,
- branch master updated (94f3831e5b -> a965ff448d), guix-commits, 2023/09/25
- 01/22: gnu: guile-fibers: Remove version from latest package., guix-commits, 2023/09/25
- 03/22: gnu: icewm: Update to 3.4.2., guix-commits, 2023/09/25
- 13/22: gnu: bcachefs-tools: Restyle format., guix-commits, 2023/09/25
- 14/22: gnu: jq: Update to 1.7.,
guix-commits <=
- 04/22: gnu: libzim: Update to 8.2.1., guix-commits, 2023/09/25
- 07/22: gnu: kiwix-desktop: Update to 2.3.1., guix-commits, 2023/09/25
- 05/22: gnu: kiwix-lib: Update to 13.0.0., guix-commits, 2023/09/25
- 09/22: gnu: syncthing: Update to 1.24.0., guix-commits, 2023/09/25
- 10/22: gnu: freerdp: Update to 2.11.1., guix-commits, 2023/09/25
- 11/22: gnu: muchsync: Update to 7., guix-commits, 2023/09/25
- 12/22: gnu: bcachefs-tools: Update to 1.2., guix-commits, 2023/09/25
- 15/22: gnu: bemenu: Update to 0.6.16., guix-commits, 2023/09/25
- 16/22: gnu: sigrok-firmware-fx2lafw: Rely on implicit inputs., guix-commits, 2023/09/25
- 17/22: gnu: sigrok-firmware-fx2lafw: Remove input labels., guix-commits, 2023/09/25