[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: |
Tue, 11 Jul 2023 14:47:57 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 21c3d5783fbf2c58d44f6bcc9b7a1b07104f85e1
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 r-updates created (now 1b152ff9a7), guix-commits, 2023/07/11
- 02/174: gnu: r-bslib: Update to 0.5.0., guix-commits, 2023/07/11
- 01/174: refresh: Sort update specs by package location., guix-commits, 2023/07/11
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/11
- 08/174: gnu: r-lme4: Update to 1.1-34., guix-commits, 2023/07/11
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/11
- 05/174: gnu: r-plotly: Update to 4.10.2.,
guix-commits <=
- 07/174: gnu: r-digest: Update to 0.6.33., guix-commits, 2023/07/11
- 10/174: gnu: r-gprofiler2: Update to 0.2.2., guix-commits, 2023/07/11
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/11
- 11/174: gnu: r-haven: Update to 2.5.3., guix-commits, 2023/07/11
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/11
- 13/174: gnu: Add r-envstats., guix-commits, 2023/07/11
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/11
- 18/174: gnu: apache-arrow: Update to 12.0.1., guix-commits, 2023/07/11
- 19/174: gnu: r-biomartr: Update to 1.0.4., guix-commits, 2023/07/11
- 23/174: gnu: r-datawizard: Update to 0.8.0., guix-commits, 2023/07/11