guix-commits
[Top][All Lists]
Advanced

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

16/150: gnu: r-crosstalk: Update to 1.1.1.


From: guix-commits
Subject: 16/150: gnu: r-crosstalk: Update to 1.1.1.
Date: Wed, 20 Jan 2021 11:20:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c132638c5bb98fed09f79c77d7102da6bc395858
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:07:47 2021 +0100

    gnu: r-crosstalk: Update to 1.1.1.
    
    * gnu/packages/cran.scm (r-crosstalk): Update to 1.1.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 41e1258..874d51a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1726,14 +1726,14 @@ in R and Shiny via the D3 visualization library.")
 (define-public r-crosstalk
   (package
     (name "r-crosstalk")
-    (version "1.1.0.1")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "crosstalk" version))
        (sha256
         (base32
-         "03ihj7cimkklrbad9zic78xsrfcisygmgy859hqnx0hiph80p9rn"))))
+         "1n6c6s7a6yxiwvva71x6bzcrim8xprl5s01fqiy61yq0y3vk8cpd"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-htmltools" ,r-htmltools)



reply via email to

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