[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: jo: Update to 1.4.
From: |
guix-commits |
Subject: |
05/07: gnu: jo: Update to 1.4. |
Date: |
Thu, 23 Jul 2020 17:54:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e0cb11734bff5417c907ec3bd3bb9e0e9523b5ae
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 23 19:17:59 2020 +0200
gnu: jo: Update to 1.4.
* gnu/packages/web.scm (jo): Update to 1.4.
---
gnu/packages/web.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 47162c4..c66ec37 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6043,15 +6043,14 @@ inspired by Ruby's @code{fakeweb}.")
(define-public jo
(package
(name "jo")
- (version "1.3")
+ (version "1.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/jpmens/jo/releases/download/"
version "/jo-" version ".tar.gz"))
(sha256
- (base32
- "0r6yb8pjsbcqfyac4240a0sj93pb91fv385bpk395cx3f5bcj9fy"))))
+ (base32 "18jna9xlpxci3cak3z85c448zv2zr41baclgym3hk433p0p4vii4"))))
(build-system gnu-build-system)
(home-page "https://github.com/jpmens/jo")
(synopsis "Output JSON from a shell")
- branch master updated (e61b3bc -> e21793f), guix-commits, 2020/07/23
- 03/07: gnu: burp: Add ACL support., guix-commits, 2020/07/23
- 01/07: gnu: parallel: Update to 20200722., guix-commits, 2020/07/23
- 05/07: gnu: jo: Update to 1.4.,
guix-commits <=
- 02/07: gnu: burp: Update to 2.3.30., guix-commits, 2020/07/23
- 07/07: gnu: blender: Update to 2.83.3., guix-commits, 2020/07/23
- 06/07: gnu: dnsmasq: Update to 2.82., guix-commits, 2020/07/23
- 04/07: gnu: wavpack: Update to 5.3.2., guix-commits, 2020/07/23