guix-commits
[Top][All Lists]
Advanced

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

18/69: gnu: r-jsonlite: Update to 1.5.


From: Ricardo Wurmus
Subject: 18/69: gnu: r-jsonlite: Update to 1.5.
Date: Thu, 3 Aug 2017 11:54:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9fe794f0f73eca2563c122d6d5ea25cad6eb4682
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Aug 3 17:09:11 2017 +0200

    gnu: r-jsonlite: Update to 1.5.
    
    * gnu/packages/web.scm (r-jsonlite): Update to 1.5.
---
 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 51533ee..9a923a7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3371,13 +3371,13 @@ particularly easy to create complete web applications 
using httpuv alone.")
 (define-public r-jsonlite
   (package
     (name "r-jsonlite")
-    (version "1.4")
+    (version "1.5")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "jsonlite" version))
               (sha256
                (base32
-                "11rgkjp5qir79niad0aizjxvjzyvkl6l9nsrv3ikv446vllmrasn"))))
+                "00lfg464jhf7k01bal9pcjvbdf5cxk6xi2h46hccp1x3h883g434"))))
     (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]