mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-shinyace: Update to 0.4.1.
* gnu/packages/cran.scm (r-shinyace): Update to 0.4.1.
This commit is contained in:
parent
9655b1d422
commit
cd5d6e26db
1 changed files with 2 additions and 2 deletions
|
@ -4752,14 +4752,14 @@ (define-public r-import
|
|||
(define-public r-shinyace
|
||||
(package
|
||||
(name "r-shinyace")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "shinyAce" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hvih5g0pswlnz5rf3blx5yqw11ssxvm8w4klxddp1ap20ncbgl1"))))
|
||||
"1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
|
||||
(properties `((upstream-name . "shinyAce")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue