guix-commits
[Top][All Lists]
Advanced

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

41/125: gnu: r-svdialogs: Update to 1.0.3.


From: guix-commits
Subject: 41/125: gnu: r-svdialogs: Update to 1.0.3.
Date: Tue, 4 May 2021 01:33:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 799e6b1b20bb3f3d3e529d73ea1497dc600a7c4e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:09 2021 +0200

    gnu: r-svdialogs: Update to 1.0.3.
    
    * gnu/packages/cran.scm (r-svdialogs): Update to 1.0.3.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/cran.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8b91f9e..bcfce13 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9330,13 +9330,13 @@ calls to the particular toolkits in use in function of 
the context.")
 (define-public r-svdialogs
   (package
     (name "r-svdialogs")
-    (version "1.0.0")
+    (version "1.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "svDialogs" version))
        (sha256
-        (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
+        (base32 "0j00xjvkwv992ir48czhvyj29rb9vpd243vbyyj2binn0q0qa431"))))
     (properties `((upstream-name . "svDialogs")))
     (build-system r-build-system)
     (inputs
@@ -9345,6 +9345,8 @@ calls to the particular toolkits in use in function of 
the context.")
     (propagated-inputs
      `(("r-rstudioapi" ,r-rstudioapi)
        ("r-svgui" ,r-svgui)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://github.com/SciViews/svDialogs/";)
     (synopsis "Portable dialog boxes")
     (description



reply via email to

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