guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: jo: Update to 1.6.


From: guix-commits
Subject: 01/02: gnu: jo: Update to 1.6.
Date: Thu, 26 May 2022 20:32:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8ff87f24a73626c13da258b09dee24a962fc5972
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200

    gnu: jo: Update to 1.6.
    
    * gnu/packages/web.scm (jo): Update to 1.6.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ffcb709e82..58b3ee6117 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6256,14 +6256,14 @@ inspired by Ruby's @code{fakeweb}.")
 (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]