[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/211: gnu: r-dt: Update to 0.25.
From: |
guix-commits |
Subject: |
09/211: gnu: r-dt: Update to 0.25. |
Date: |
Tue, 20 Sep 2022 06:23:36 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit ee8677c438fbf8390278d2727f60ea8534674c78
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:20:50 2022 +0200
gnu: r-dt: Update to 0.25.
* gnu/packages/statistics.scm (r-dt): Update to 0.25; update jszip to
3.10.1.
---
gnu/packages/statistics.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 36dda6f215..3f8c105310 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3346,9 +3346,8 @@ using the multicore functionality of the parallel
package.")
("https://cdn.datatables.net/buttons/1.6.1/js/buttons.bootstrap4.js"
"0hfclipg43wr9p7irrcn9vp5wji8z7gz6y5mclkq88z1mlpwklzf"
"datatables-extensions/Buttons")
- ;; It is not clear what version the bundled file corresponds to.
- ("https://cdnjs.cloudflare.com/ajax/libs/jszip/2.5.0/jszip.js"
- "18hpj9vwgki56ijb20l5gwmqa5p1d0xprn57z2mlg3ph6ll0bdkd"
+ ("https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.js"
+ "01l5lw49jz2qn6k9i63dk4llar4lvvpd6xp6i45mpwfk49fbxqg2"
"datatables-extensions/Buttons")
("https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/pdfmake.js"
"1sfw80az2cgzin5wk7q1p2n9zm66c35cz0m6isdygml81i594wia"
@@ -3564,13 +3563,13 @@ using the multicore functionality of the parallel
package.")
"datatables-extensions/Select"))))
(package
(name "r-dt")
- (version "0.23")
+ (version "0.25")
(source (origin
(method url-fetch)
(uri (cran-uri "DT" version))
(sha256
(base32
- "0w6wgiwa3zgldp175a3q7zfw853xqc7mfj34n6hja48ln7yf42in"))
+ "0as43h4minnz5c09nvbvq8b1d9506mzkcdl98bhf87rf0q9qgz0d"))
(modules '((guix build utils)))
(snippet
'(for-each delete-file
- branch wip-r created (now ffca69565b), guix-commits, 2022/09/20
- 09/211: gnu: r-dt: Update to 0.25.,
guix-commits <=
- 04/211: gnu: r-arrow: Update to 9.0.0.1., guix-commits, 2022/09/20
- 03/211: gnu: apache-arrow: Update to 9.0.0., guix-commits, 2022/09/20
- 02/211: gnu: r-rintrojs: Update to 0.3.2., guix-commits, 2022/09/20
- 08/211: gnu: r-torch: Update to 0.8.1., guix-commits, 2022/09/20
- 16/211: gnu: r-dixontest: Update to 1.0.4., guix-commits, 2022/09/20
- 19/211: gnu: r-babelwhale: Update to 1.1.0., guix-commits, 2022/09/20
- 25/211: gnu: r-astsa: Update to 1.16., guix-commits, 2022/09/20
- 21/211: gnu: r-ggvenndiagram: Update to 1.2.2., guix-commits, 2022/09/20
- 26/211: gnu: r-rvest: Update to 1.0.3., guix-commits, 2022/09/20
- 18/211: gnu: r-rticles: Update to 0.24., guix-commits, 2022/09/20