guix-commits
[Top][All Lists]
Advanced

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

31/135: gnu: r-manipulatewidget: Update to 0.11.1.


From: guix-commits
Subject: 31/135: gnu: r-manipulatewidget: Update to 0.11.1.
Date: Wed, 3 Nov 2021 17:59:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8727af3b2ee02fff54858b3cc3e4abbb09247602
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 17:52:21 2021 +0000

    gnu: r-manipulatewidget: Update to 0.11.1.
    
    * gnu/packages/cran.scm (r-manipulatewidget): Update to 0.11.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 e88e547..114e6d1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9445,13 +9445,13 @@ based on index arrays and simple triplet 
representations, respectively.")
 (define-public r-manipulatewidget
   (package
     (name "r-manipulatewidget")
-    (version "0.11.0")
+    (version "0.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "manipulateWidget" version))
        (sha256
-        (base32 "0iysgl6ab8fvg1xxdx6hr3swqwbkfqzjkk4x5sbvmawbl2a395gj"))))
+        (base32 "1dpgzmiv08afm57yxr017b014lfn9h3pa4w65prk5k3dgn6p4wsv"))))
     (properties
      `((upstream-name . "manipulateWidget")))
     (build-system r-build-system)



reply via email to

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