gnu: r-svdialogs: Update to 1.0.3.
* gnu/packages/cran.scm (r-svdialogs): Update to 1.0.3. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
c4300dc298
commit
799e6b1b20
1 changed files with 4 additions and 2 deletions
|
@ -9330,13 +9330,13 @@ calls to the particular toolkits in use in function of the context.")
|
||||||
(define-public r-svdialogs
|
(define-public r-svdialogs
|
||||||
(package
|
(package
|
||||||
(name "r-svdialogs")
|
(name "r-svdialogs")
|
||||||
(version "1.0.0")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "svDialogs" version))
|
(uri (cran-uri "svDialogs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
|
(base32 "0j00xjvkwv992ir48czhvyj29rb9vpd243vbyyj2binn0q0qa431"))))
|
||||||
(properties `((upstream-name . "svDialogs")))
|
(properties `((upstream-name . "svDialogs")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -9345,6 +9345,8 @@ calls to the particular toolkits in use in function of the context.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rstudioapi" ,r-rstudioapi)
|
`(("r-rstudioapi" ,r-rstudioapi)
|
||||||
("r-svgui" ,r-svgui)))
|
("r-svgui" ,r-svgui)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/SciViews/svDialogs/")
|
(home-page "https://github.com/SciViews/svDialogs/")
|
||||||
(synopsis "Portable dialog boxes")
|
(synopsis "Portable dialog boxes")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue