guix-commits
[Top][All Lists]
Advanced

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

01/98: gnu: r-dt: Update to 0.29.


From: guix-commits
Subject: 01/98: gnu: r-dt: Update to 0.29.
Date: Wed, 13 Sep 2023 18:06:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4e8ec5a16b8334218e588b0e23924b796378f598
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 13 15:20:09 2023 +0200

    gnu: r-dt: Update to 0.29.
    
    * gnu/packages/statistics.scm (r-dt): Update to 0.29.
    [propagated-inputs]: Add r-httpuv.
---
 gnu/packages/statistics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index db99f4c7f2..67837a8e62 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3837,13 +3837,13 @@ using the multicore functionality of the parallel 
package.")
                           extensions)))))
     (package
       (name "r-dt")
-      (version "0.28")
+      (version "0.29")
       (source (origin
                 (method url-fetch)
                 (uri (cran-uri "DT" version))
                 (sha256
                  (base32
-                  "0khdl21kvgi9k7dlpfshk1xz9bkly5lq6p41plfh4g2jv1yxaxfr"))
+                  "1b9qshrjv9xaak92rvg65vkak4pyci9js4j7nkfcg0p19ghnvlm8"))
                 (modules '((guix build utils)
                            (ice-9 match)))
                 (snippet
@@ -3917,6 +3917,7 @@ using the multicore functionality of the parallel 
package.")
        (list r-crosstalk
              r-htmltools
              r-htmlwidgets
+             r-httpuv
              r-jquerylib
              r-jsonlite
              r-magrittr



reply via email to

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