guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: r-dt: Update to 0.32.


From: guix-commits
Subject: 01/11: gnu: r-dt: Update to 0.32.
Date: Tue, 20 Feb 2024 14:21:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c35e55a7eecafb454a994d1ab65c0a644629f40f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 20 17:39:21 2024 +0100

    gnu: r-dt: Update to 0.32.
    
    * gnu/packages/statistics.scm (r-dt): Update to 0.32.
    
    Change-Id: I231ecc8a9606a8404f1bb5fccbcd5153d9cc7f7d
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 13f177c399..d50365d73a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3824,13 +3824,13 @@ using the multicore functionality of the parallel 
package.")
              "datatables-extensions/Buttons"))))
     (package
       (name "r-dt")
-      (version "0.31")
+      (version "0.32")
       (source (origin
                 (method url-fetch)
                 (uri (cran-uri "DT" version))
                 (sha256
                  (base32
-                  "11wwd76x1bk9aswi8w4bmvbf51j8hlmb5gsyqzfjdi6ihjkl4vwm"))
+                  "0nvj2bc441b9h13085fa7q281f86lgx4k0d8lr64xgdpbmbvkl21"))
                 (modules '((guix build utils)
                            (ice-9 match)))
                 (snippet



reply via email to

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