all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 58997@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#58997] [PATCH v3] gnu: jo: Update to 1.9.
Date: Thu,  3 Nov 2022 14:09:44 -0500	[thread overview]
Message-ID: <20221103190943.17951-1-jgart@dismail.de> (raw)
In-Reply-To: <20221103171539.9512-1-jgart@dismail.de>

* gnu/packages/web.scm (jo): Update to 1.9.

hi, ignore v2
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 06c633812b..bf94c7def7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6240,18 +6240,18 @@ (define-public python-httpretty
 (define-public jo
   (package
     (name "jo")
-    (version "1.7")
+    (version "1.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/jpmens/jo/releases/download/"
                            version "/jo-" version ".tar.gz"))
        (sha256
-        (base32 "0ml6ismigsflaa2dqg44ccljcl8f4jiipxvyq5lszfsh0qph7hvl"))))
+        (base32 "17y73657z5v792ik3plcvk9f5g5h2yawv6afahhkq42159pwv581"))))
     (build-system gnu-build-system)
     (home-page "https://github.com/jpmens/jo")
     (synopsis "Output JSON from a shell")
-    (description "jo is a command-line utility to create JSON objects or
+    (description "@code{jo} is a command-line utility to create JSON objects or
 arrays.  It creates a JSON string on stdout from words provided as
 command-line arguments or read from stdin.")
     (license (list license:gpl2+
-- 
2.38.1





  parent reply	other threads:[~2022-11-03 19:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-03 17:15 [bug#58997] [PATCH] gnu: jo: Update to 1.9 jgart via Guix-patches via
2022-11-03 18:54 ` [bug#58997] [PATCH v2] " jgart via Guix-patches via
2022-11-03 19:09 ` jgart via Guix-patches via [this message]
2022-11-03 19:24   ` [bug#58997] [PATCH v3] " Tobias Geerinckx-Rice via Guix-patches via
2022-11-03 19:51     ` jgart via Guix-patches via
2022-11-03 19:56       ` Tobias Geerinckx-Rice via Guix-patches via
2022-11-03 20:14         ` bug#58997: " Tobias Geerinckx-Rice via Guix-patches via
2022-11-03 20:39         ` [bug#58997] " jgart via Guix-patches via

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221103190943.17951-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=58997@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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 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.