[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/174: gnu: r-plotly: Update to 4.10.2.
From: |
guix-commits |
Subject: |
05/174: gnu: r-plotly: Update to 4.10.2. |
Date: |
Wed, 12 Jul 2023 08:30:39 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 60c70a9009a7afe0bee2d76fcc694a747d1feeb8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 10 22:59:16 2023 +0200
gnu: r-plotly: Update to 4.10.2.
* gnu/packages/statistics.scm (r-plotly): Update to 4.10.2.
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 774bd65952..5e56a1e89c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4566,13 +4566,13 @@ features present in other programming languages.")
(define-public r-plotly
(package
(name "r-plotly")
- (version "4.10.1")
+ (version "4.10.2")
(source (origin
(method url-fetch)
(uri (cran-uri "plotly" version))
(sha256
(base32
- "0yin1kid3a69fcwrrajwzqbhx4xc81x8p8m0yfh1fkm2rfhj22dc"))
+ "0y2jiyfx895f15wcpizybssic4draw1vgvqz2b7f82z73319m01b"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "inst/htmlwidgets/lib/"
@@ -4616,8 +4616,8 @@ features present in other programming languages.")
(propagated-inputs
(list r-base64enc
r-crosstalk
- r-digest
r-data-table
+ r-digest
r-dplyr
r-ggplot2
r-htmltools
- branch master updated (4a027d2b0e -> f2f27c4952), guix-commits, 2023/07/12
- 05/174: gnu: r-plotly: Update to 4.10.2.,
guix-commits <=
- 02/174: gnu: r-bslib: Update to 0.5.0., guix-commits, 2023/07/12
- 01/174: refresh: Sort update specs by package location., guix-commits, 2023/07/12
- 08/174: gnu: r-lme4: Update to 1.1-34., guix-commits, 2023/07/12
- 10/174: gnu: r-gprofiler2: Update to 0.2.2., guix-commits, 2023/07/12
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/12
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/12
- 04/174: gnu: r-opencpu: Update to 2.2.10., guix-commits, 2023/07/12
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/12
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/12
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/12