guix-commits
[Top][All Lists]
Advanced

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

07/22: gnu: r-jsonlite: Update to 1.1.


From: Ricardo Wurmus
Subject: 07/22: gnu: r-jsonlite: Update to 1.1.
Date: Wed, 26 Oct 2016 14:24:03 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit e1c2b7e2e1339a9324149239bb6e434d98431457
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 15:47:53 2016 +0200

    gnu: r-jsonlite: Update to 1.1.
    
    * gnu/packages/web.scm (r-jsonlite): Update to 1.1.
---
 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 c343e0c..30d0677 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3204,13 +3204,13 @@ particularly easy to create complete web applications 
using httpuv alone.")
 (define-public r-jsonlite
   (package
     (name "r-jsonlite")
-    (version "1.0")
+    (version "1.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "jsonlite" version))
               (sha256
                (base32
-                "0bcnzzycvwwkm0lv0ka9xf55z5c1795b7c2vhmf53z73cxixsmnp"))))
+                "0mrfzh0mxxrhqdmxai434wvyd7skkw28vxr7pyls19yrg941g6r3"))))
     (build-system r-build-system)
     (home-page "http://arxiv.org/abs/1403.2805";)
     (synopsis "Robust, high performance JSON parser and generator for R")



reply via email to

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