guix-commits
[Top][All Lists]
Advanced

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

12/32: gnu: r-manipulatewidget: Update to 0.10.1.


From: guix-commits
Subject: 12/32: gnu: r-manipulatewidget: Update to 0.10.1.
Date: Sun, 1 Mar 2020 17:21:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a0077446a1bf06edf3b29219b7c2d3c61eb1959c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 1 22:49:56 2020 +0100

    gnu: r-manipulatewidget: Update to 0.10.1.
    
    * gnu/packages/cran.scm (r-manipulatewidget): Update to 0.10.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 734b059..45e28e3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6960,13 +6960,13 @@ based on index arrays and simple triplet 
representations, respectively.")
 (define-public r-manipulatewidget
   (package
     (name "r-manipulatewidget")
-    (version "0.10.0")
+    (version "0.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "manipulateWidget" version))
        (sha256
-        (base32 "1zagrbwkn2d50zzw8i2vyb1hsq4cydmfsqiy1a2qlp6zrv8a6q9x"))))
+        (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
     (properties
      `((upstream-name . "manipulateWidget")))
     (build-system r-build-system)



reply via email to

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