From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 64427@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#64427] [PATCH 2/2] gnu: gojq: Update to 0.12.13.
Date: Sun, 2 Jul 2023 17:07:54 -0400 [thread overview]
Message-ID: <88126019f63f112c49daec607e7980338ec19385.1688331741.git.kiasoc5@disroot.org> (raw)
In-Reply-To: <cover.1688331741.git.kiasoc5@disroot.org>
* gnu/packages/web.scm (go-github-com-itchyny-gojq): Update to 0.12.13.
---
gnu/packages/web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ec82cd047e..9c53c065fb 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5090,7 +5090,7 @@ (define-public go-github-com-itchyny-timefmt-go
(define-public go-github-com-itchyny-gojq
(package
(name "go-github-com-itchyny-gojq")
- (version "0.12.11")
+ (version "0.12.13")
(source
(origin
(method git-fetch)
@@ -5099,7 +5099,7 @@ (define-public go-github-com-itchyny-gojq
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dqmnxnipi497nx9x10ifack09w41579svryss5q2w5wxy0pg764"))))
+ (base32 "0h1x1kbdw49671bgf3liibm46hipwg9vqhl6ii898gdc438f6ndn"))))
(build-system go-build-system)
(inputs
(list go-github-com-google-go-cmp-cmp
@@ -5109,6 +5109,7 @@ (define-public go-github-com-itchyny-gojq
go-gopkg-in-yaml-v3))
(arguments
(list
+ #:go go-1.19
#:import-path "github.com/itchyny/gojq/cmd/gojq"
#:unpack-path "github.com/itchyny/gojq"))
(home-page "https://github.com/itchyny/gojq")
--
2.40.1
prev parent reply other threads:[~2023-07-02 21:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-02 21:04 [bug#64427] [PATCH 0/2] Update gojq and dependency kiasoc5 via Guix-patches via
2023-07-02 21:07 ` [bug#64427] [PATCH 1/2] gnu: go-github-com-itchyny-timefmt-go: Update to 0.1.5 kiasoc5 via Guix-patches via
2023-07-02 21:07 ` kiasoc5 via Guix-patches via [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=88126019f63f112c49daec607e7980338ec19385.1688331741.git.kiasoc5@disroot.org \
--to=guix-patches@gnu.org \
--cc=64427@debbugs.gnu.org \
--cc=kiasoc5@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).