me
/
guix
Archived
1
0
Fork 0

gnu: r-shinythemes: Update to 1.2.0.

* gnu/packages/cran.scm (r-shinythemes): Update to 1.2.0.
master
Ricardo Wurmus 2021-02-11 00:52:47 +01:00
parent 86be5ada6f
commit bbecb13e01
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1610,14 +1610,14 @@ well as file saving is available.")
(define-public r-shinythemes (define-public r-shinythemes
(package (package
(name "r-shinythemes") (name "r-shinythemes")
(version "1.1.2") (version "1.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "shinythemes" version)) (uri (cran-uri "shinythemes" version))
(sha256 (sha256
(base32 (base32
"12miz44n2zxfswnia7p8dirxj3miw0aqn4pkx2111ikz67ax84rf")))) "0qr9bfxw8afxns44i2j4msignf6g5qb2nzpay2lpv343rrlqbmip"))))
(properties `((upstream-name . "shinythemes"))) (properties `((upstream-name . "shinythemes")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs `(("r-shiny" ,r-shiny))) (propagated-inputs `(("r-shiny" ,r-shiny)))