guix-commits
[Top][All Lists]
Advanced

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

12/150: gnu: r-jsonlite: Update to 1.7.2.


From: guix-commits
Subject: 12/150: gnu: r-jsonlite: Update to 1.7.2.
Date: Wed, 20 Jan 2021 11:20:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 57adb8003c133f05ae43a114f2c578abb8b6b529
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:07:34 2021 +0100

    gnu: r-jsonlite: Update to 1.7.2.
    
    * gnu/packages/cran.scm (r-jsonlite): Update to 1.7.2.
---
 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 924f94f..ed6fb67 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1078,13 +1078,13 @@ particularly easy to create complete web applications 
using httpuv alone.")
 (define-public r-jsonlite
   (package
     (name "r-jsonlite")
-    (version "1.7.1")
+    (version "1.7.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "jsonlite" version))
               (sha256
                (base32
-                "1wygpnycmyf339x92hwapqk7nc1gs9cadx890b809a9spjhah41a"))))
+                "1lhzcpz9clwq04i5m6jzkvw9x03pwlqrixv4l9xzchjr8d84nd86"))))
     (build-system r-build-system)
     (native-inputs
      `(("r-knitr" ,r-knitr)))



reply via email to

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