mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-29 07:49:29 +02:00
gnu: r-shinyace: Update to 0.4.3.
* gnu/packages/cran.scm (r-shinyace): Update to 0.4.3. Change-Id: I574a0b5cfdaf2ef5da41ab7ca868e56c4106e505
This commit is contained in:
@@ -13206,18 +13206,18 @@ files.")
|
||||
(define-public r-shinyace
|
||||
(package
|
||||
(name "r-shinyace")
|
||||
(version "0.4.2")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "shinyAce" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12mqvdh6rxsr61pc3pzla95r5f4l7xagjs2rcdr7c2lbqyxpx6aa"))))
|
||||
"07xb4mjz9fm5zpysh6133ps0qlakbq74rcsz05kzv9mwxz8bm5sh"))))
|
||||
(properties `((upstream-name . "shinyAce")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-shiny r-jsonlite))
|
||||
(list r-jsonlite r-shiny))
|
||||
(home-page "https://cran.r-project.org/web/packages/shinyAce/")
|
||||
(synopsis "Ace editor bindings for Shiny")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user