mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: r-shinythemes: Update to 1.2.0.
* gnu/packages/cran.scm (r-shinythemes): Update to 1.2.0.
This commit is contained in:
parent
86be5ada6f
commit
bbecb13e01
1 changed files with 2 additions and 2 deletions
|
@ -1610,14 +1610,14 @@ (define-public r-shinyfiles
|
|||
(define-public r-shinythemes
|
||||
(package
|
||||
(name "r-shinythemes")
|
||||
(version "1.1.2")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "shinythemes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12miz44n2zxfswnia7p8dirxj3miw0aqn4pkx2111ikz67ax84rf"))))
|
||||
"0qr9bfxw8afxns44i2j4msignf6g5qb2nzpay2lpv343rrlqbmip"))))
|
||||
(properties `((upstream-name . "shinythemes")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-shiny" ,r-shiny)))
|
||||
|
|
Loading…
Reference in a new issue