mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: jo: Update to 1.3.
* gnu/packages/web.scm (jo): Update to 1.3.
This commit is contained in:
parent
82de17dc8d
commit
dd39f16ee6
1 changed files with 2 additions and 2 deletions
|
@ -5588,7 +5588,7 @@ (define-public python-httpretty
|
|||
(define-public jo
|
||||
(package
|
||||
(name "jo")
|
||||
(version "1.2")
|
||||
(version "1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5596,7 +5596,7 @@ (define-public jo
|
|||
version "/jo-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bmdck53jslrl3anqqpm6iyjdxrz445qzcc4fr37hr3wjg22zv1n"))))
|
||||
"0r6yb8pjsbcqfyac4240a0sj93pb91fv385bpk395cx3f5bcj9fy"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://github.com/jpmens/jo")
|
||||
(synopsis "Output JSON from a shell")
|
||||
|
|
Loading…
Reference in a new issue