guix-commits
[Top][All Lists]
Advanced

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

39/105: gnu: r-jsonlite: Update to 1.6.1.


From: guix-commits
Subject: 39/105: gnu: r-jsonlite: Update to 1.6.1.
Date: Wed, 19 Feb 2020 15:47:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 256761021c47e9b514c8dbf89a2ab140916370c1
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 21:03:05 2020 +0100

    gnu: r-jsonlite: Update to 1.6.1.
    
    * gnu/packages/cran.scm (r-jsonlite): Update to 1.6.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 86d37e5..656b28e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -529,13 +529,13 @@ particularly easy to create complete web applications 
using httpuv alone.")
 (define-public r-jsonlite
   (package
     (name "r-jsonlite")
-    (version "1.6")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "jsonlite" version))
               (sha256
                (base32
-                "0lyvhnr6n57h3a89bvipii7x17nvfaycm9j5j50bfrlr48jv9ic8"))))
+                "0xrki07wc17bkmhz0h7jay784j1sls2i9bf1mfpj6yl59791v4kl"))))
     (build-system r-build-system)
     (home-page "https://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]