unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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

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).