guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: jo: Update to 1.7.


From: guix-commits
Subject: 04/04: gnu: jo: Update to 1.7.
Date: Sun, 30 Oct 2022 18:11:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 044985f5f935ae45c3820b81b2bda36b50b88437
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 23 02:00:00 2022 +0200

    gnu: jo: Update to 1.7.
    
    * gnu/packages/web.scm (jo): Update to 1.7.
---
 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 2ab2e8b77e..06c633812b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6240,14 +6240,14 @@ inspired by Ruby's @code{fakeweb}.")
 (define-public jo
   (package
     (name "jo")
-    (version "1.6")
+    (version "1.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/jpmens/jo/releases/download/";
                            version "/jo-" version ".tar.gz"))
        (sha256
-        (base32 "18fizi0368jgajrmy13xpdiks76jwch8lhx1d1sagmd63cpmj5gb"))))
+        (base32 "0ml6ismigsflaa2dqg44ccljcl8f4jiipxvyq5lszfsh0qph7hvl"))))
     (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]