diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-23 19:17:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-23 23:51:22 +0200 |
commit | e0cb11734bff5417c907ec3bd3bb9e0e9523b5ae (patch) | |
tree | 87a06b2a605c16b7de90b7cb02fbf881a6342bc6 /gnu/packages | |
parent | 0e001b1f412d26937eb7cc616dab6b8a8b6beeee (diff) |
gnu: jo: Update to 1.4.
* gnu/packages/web.scm (jo): Update to 1.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 47162c49de..c66ec376a0 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") |