mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: jo: Update to 1.6.
* gnu/packages/web.scm (jo): Update to 1.6.
This commit is contained in:
parent
d37c7f7ad4
commit
8ff87f24a7
1 changed files with 2 additions and 2 deletions
|
@ -6256,14 +6256,14 @@ (define-public python-httpretty
|
|||
(define-public jo
|
||||
(package
|
||||
(name "jo")
|
||||
(version "1.4")
|
||||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/jpmens/jo/releases/download/"
|
||||
version "/jo-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "18jna9xlpxci3cak3z85c448zv2zr41baclgym3hk433p0p4vii4"))))
|
||||
(base32 "18fizi0368jgajrmy13xpdiks76jwch8lhx1d1sagmd63cpmj5gb"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://github.com/jpmens/jo")
|
||||
(synopsis "Output JSON from a shell")
|
||||
|
|
Loading…
Reference in a new issue