diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-28 13:17:39 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-14 10:18:13 +0100 |
| commit | 9d86a653dc28c44ca7d1511596df65a5283ec2dc (patch) | |
| tree | 8c955faa9343020c93ea2740e3af13e5918ff441 /gnu | |
| parent | 0068b61e3cb99bc6ab7baf527a6d4fd10293c06a (diff) | |
gnu: r-plotly: Update to 4.12.0.
* gnu/packages/cran.scm (r-plotly): Update to 4.12.0.
Change-Id: I2d02693530bea8cccbc142b91a7e8a7f2463ce45
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 382a15228b..309ad25ecb 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5888,13 +5888,13 @@ options and registries, vignette, unit test and bibtex related utilities.") (define-public r-plotly (package (name "r-plotly") - (version "4.11.0") + (version "4.12.0") (source (origin (method url-fetch) (uri (cran-uri "plotly" version)) (sha256 (base32 - "1cyf9c29jp6k3dizh96dx37dzr0rwwxv2lx15a3r0dcigv6hk45s")) + "1kvsf8rf1v6yz28aq91d3j0n4hb5pg0x2hnm27gcc2amwkbdpxpr")) (modules '((guix build utils))) (snippet '(with-directory-excursion "inst/htmlwidgets/lib/" |
