guix-commits
[Top][All Lists]
Advanced

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

31/40: gnu: r-plotly: Update to 4.10.4.


From: guix-commits
Subject: 31/40: gnu: r-plotly: Update to 4.10.4.
Date: Tue, 23 Jan 2024 07:43:42 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 24d64101259354d1d843792a9a660fd698b02e45
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 23 08:26:14 2024 +0100

    gnu: r-plotly: Update to 4.10.4.
    
    * gnu/packages/statistics.scm (r-plotly): Update to 4.10.4.
    
    Change-Id: Idd10685b1ab521056e0468f0c0c188543c11c96a
---
 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 8be41d9573..57175c5da1 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4592,13 +4592,13 @@ features present in other programming languages.")
 (define-public r-plotly
   (package
     (name "r-plotly")
-    (version "4.10.3")
+    (version "4.10.4")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "plotly" version))
               (sha256
                (base32
-                "13sxmanx2xck8dn0prn2fplgx4bafb7h2kk2wjmci21h8hk6qylb"))
+                "0ryqcs9y7zan36zs6n1hxxy91pajldpax8q7cwcimlsmxnvrbafg"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "inst/htmlwidgets/lib/"



reply via email to

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