gnu: jo: Update to 1.2.
* gnu/packages/web.scm (jo): Update to 1.2.
This commit is contained in:
parent
1009e6e7ec
commit
f0e6859310
|
@ -5157,15 +5157,15 @@ inspired by Ruby's @code{fakeweb}.")
|
||||||
(define-public jo
|
(define-public jo
|
||||||
(package
|
(package
|
||||||
(name "jo")
|
(name "jo")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/jpmens/jo/releases/download/v"
|
(uri (string-append "https://github.com/jpmens/jo/releases/download/"
|
||||||
version "/jo-" version ".tar.gz"))
|
version "/jo-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pysickpxrbl53c122h6swvz8sck68q3j0ql38wvbz70q9k4gvb3"))))
|
"1bmdck53jslrl3anqqpm6iyjdxrz445qzcc4fr37hr3wjg22zv1n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://github.com/jpmens/jo")
|
(home-page "https://github.com/jpmens/jo")
|
||||||
(synopsis "Output JSON from a shell")
|
(synopsis "Output JSON from a shell")
|
||||||
|
|
Loading…
Reference in New Issue