guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: jo: Update to 1.2.


From: guix-commits
Subject: 01/06: gnu: jo: Update to 1.2.
Date: Mon, 4 Feb 2019 03:41:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f0e68593105615940c36375988774a979f8613f7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 4 01:34:25 2019 +0100

    gnu: jo: Update to 1.2.
    
    * gnu/packages/web.scm (jo): Update to 1.2.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0f60fa0..88d7dac 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5157,15 +5157,15 @@ inspired by Ruby's @code{fakeweb}.")
 (define-public jo
   (package
     (name "jo")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (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"))
        (sha256
         (base32
-         "0pysickpxrbl53c122h6swvz8sck68q3j0ql38wvbz70q9k4gvb3"))))
+         "1bmdck53jslrl3anqqpm6iyjdxrz445qzcc4fr37hr3wjg22zv1n"))))
     (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]