mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: jo: Update to 1.4.
* gnu/packages/web.scm (jo): Update to 1.4.
This commit is contained in:
parent
0e001b1f41
commit
e0cb11734b
1 changed files with 2 additions and 3 deletions
|
@ -6043,15 +6043,14 @@ (define-public python-httpretty
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue