me
/
guix
Archived
1
0
Fork 0

gnu: jo: Update to 1.9.

* gnu/packages/web.scm (jo): Update to 1.9.
[description]: Use @command{} mark-up.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
jgart via Guix-patches via 2022-11-03 13:54:32 -05:00 committed by Tobias Geerinckx-Rice
parent c58ff7ea2a
commit bbac6c5248
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -6240,19 +6240,19 @@ inspired by Ruby's @code{fakeweb}.")
(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
arrays. It creates a JSON string on stdout from words provided as
(description "@command{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+
license:expat)))) ; json.c, json.h