* [bug#58997] [PATCH] gnu: jo: Update to 1.9.
@ 2022-11-03 17:15 jgart via Guix-patches via
2022-11-03 18:54 ` [bug#58997] [PATCH v2] " jgart via Guix-patches via
2022-11-03 19:09 ` [bug#58997] [PATCH v3] " jgart via Guix-patches via
0 siblings, 2 replies; 8+ messages in thread
From: jgart via Guix-patches via @ 2022-11-03 17:15 UTC (permalink / raw)
To: 58997; +Cc: jgart
* gnu/packages/web.scm (jo): Update to 1.9.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9cc2623c0e..bf94c7def7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6240,14 +6240,14 @@ (define-public python-httpretty
(define-public jo
(package
(name "jo")
- (version "1.8")
+ (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 "11n6asy5h52awyr5cp39r2x124akpqk7m02x9idrjf21ap3lpdlh"))))
+ (base32 "17y73657z5v792ik3plcvk9f5g5h2yawv6afahhkq42159pwv581"))))
(build-system gnu-build-system)
(home-page "https://github.com/jpmens/jo")
(synopsis "Output JSON from a shell")
--
2.38.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#58997] [PATCH v2] gnu: jo: Update to 1.9.
2022-11-03 17:15 [bug#58997] [PATCH] gnu: jo: Update to 1.9 jgart via Guix-patches via
@ 2022-11-03 18:54 ` jgart via Guix-patches via
2022-11-03 19:09 ` [bug#58997] [PATCH v3] " jgart via Guix-patches via
1 sibling, 0 replies; 8+ messages in thread
From: jgart via Guix-patches via @ 2022-11-03 18:54 UTC (permalink / raw)
To: 58997; +Cc: jgart
* gnu/packages/web.scm (jo): Update to 1.9.
hi, ignore v1
---
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#58997] [PATCH v3] gnu: jo: Update to 1.9.
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
2022-11-03 19:24 ` Tobias Geerinckx-Rice via Guix-patches via
1 sibling, 1 reply; 8+ messages in thread
From: jgart via Guix-patches via @ 2022-11-03 19:09 UTC (permalink / raw)
To: 58997; +Cc: jgart
* 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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#58997] [PATCH v3] gnu: jo: Update to 1.9.
2022-11-03 19:09 ` [bug#58997] [PATCH v3] " jgart via Guix-patches via
@ 2022-11-03 19:24 ` Tobias Geerinckx-Rice via Guix-patches via
2022-11-03 19:51 ` jgart via Guix-patches via
0 siblings, 1 reply; 8+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-11-03 19:24 UTC (permalink / raw)
To: jgart; +Cc: 58997
[-- Attachment #1: Type: text/plain, Size: 183 bytes --]
jgart via Guix-patches via 写道:
> hi, ignore v2
But it's identical.
Was v3 perhaps supposed to include the changelog entry for
[description]?
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#58997] [PATCH v3] gnu: jo: Update to 1.9.
2022-11-03 19:24 ` 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
0 siblings, 1 reply; 8+ messages in thread
From: jgart via Guix-patches via @ 2022-11-03 19:51 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 58997
On Thu, 03 Nov 2022 20:24:02 +0100 Tobias Geerinckx-Rice <me@tobias.gr> wrote:
> jgart via Guix-patches via 写道:
> > hi, ignore v2
>
> But it's identical.
>
> Was v3 perhaps supposed to include the changelog entry for
> [description]?
v3 just had a better commit message ;()
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#58997] [PATCH v3] gnu: jo: Update to 1.9.
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
0 siblings, 2 replies; 8+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-11-03 19:56 UTC (permalink / raw)
To: jgart; +Cc: 58997
[-- Attachment #1: Type: text/plain, Size: 103 bytes --]
Again: was v3 perhaps supposed to include the changelog entry for
[description]?
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#58997: [PATCH v3] gnu: jo: Update to 1.9.
2022-11-03 19:56 ` Tobias Geerinckx-Rice via Guix-patches via
@ 2022-11-03 20:14 ` Tobias Geerinckx-Rice via Guix-patches via
2022-11-03 20:39 ` [bug#58997] " jgart via Guix-patches via
1 sibling, 0 replies; 8+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-11-03 20:14 UTC (permalink / raw)
Cc: 58997-done, jgart
[-- Attachment #1: Type: text/plain, Size: 622 bytes --]
Tobias Geerinckx-Rice via Guix-patches via 写道:
> Again: was v3 perhaps supposed to include the changelog entry
> for
> [description]?
Bah, never mind: I can't imagine what else it could have been :-)
Pushed as bbac6c52480dc8572b74eb6235bdf55c1cf9842b, with @code{} →
the more appropriate @command{}. Thanks!
Side note: please add notes to reviewers & anything else that
isn't part of the commit message proper under the ‘---’ produced
by Git:
…
* gnu/packages/web.scm (jo): Update to 1.9.
---
hi, ignore v1
gnu/packages/web.scm | 6 +++---
…
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#58997] [PATCH v3] gnu: jo: Update to 1.9.
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 ` jgart via Guix-patches via
1 sibling, 0 replies; 8+ messages in thread
From: jgart via Guix-patches via @ 2022-11-03 20:39 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 58997
On Thu, 03 Nov 2022 20:56:48 +0100 Tobias Geerinckx-Rice <me@tobias.gr> wrote:
> Again: was v3 perhaps supposed to include the changelog entry for
> [description]?
Oh yes, it was. Sorry, misread
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-11-03 20:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#58997] [PATCH v3] " jgart via Guix-patches via
2022-11-03 19:24 ` 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
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).