guix-commits
[Top][All Lists]
Advanced

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

120/124: gnu: r-plotly: Update to 4.10.0.


From: guix-commits
Subject: 120/124: gnu: r-plotly: Update to 4.10.0.
Date: Mon, 1 Nov 2021 17:29:30 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit afa4f94bc9f231e26479abb36c7c7165a60761eb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 20:44:54 2021 +0000

    gnu: r-plotly: Update to 4.10.0.
    
    * gnu/packages/statistics.scm (r-plotly): Update to 4.10.0.
---
 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 8efaa65..fbf0c05 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4219,13 +4219,13 @@ features present in other programming languages.")
 (define-public r-plotly
   (package
     (name "r-plotly")
-    (version "4.9.4.1")
+    (version "4.10.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "plotly" version))
               (sha256
                (base32
-                "1q711c0lg0jmzrmcc2fhjy70ms49as7cakdbgbh2ij9s149fa7iq"))))
+                "16iqj7sv49mva6siibsci7iijsbnk7pqvfns9al0k35w9mjmr6dx"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-base64enc" ,r-base64enc)



reply via email to

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